Changes between Version 1 and Version 2 of EventLoops
- Timestamp:
- 01/23/10 15:33:44 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EventLoops
v1 v2 20 20 == `TwistedEventLoop` == 21 21 22 This event loop uses Twisted's reactor. It has been set up to emulate SelectEventLoop's behaviour22 This event loop uses Twisted's reactor. It has been set up to emulate `SelectEventLoop`'s behaviour 23 23 and will start the reactor and stop it on an error. This is not the standard way of using Twisted's 24 24 reactor, so you may need to modify this behaviour for your application.
