Changes between Version 1 and Version 2 of EventLoops

Show
Ignore:
Timestamp:
01/23/10 15:33:44 (3 years ago)
Author:
ian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EventLoops

    v1 v2  
    2020== `TwistedEventLoop` == 
    2121 
    22 This event loop uses Twisted's reactor.  It has been set up to emulate SelectEventLoop's behaviour 
     22This event loop uses Twisted's reactor.  It has been set up to emulate `SelectEventLoop`'s behaviour 
    2323and will start the reactor and stop it on an error.  This is not the standard way of using Twisted's 
    2424reactor, so you may need to modify this behaviour for your application.