[PEAK] TwistedReactor

Phillip J. Eby pje at telecommunity.com
Fri Nov 21 21:22:53 EST 2003


At 08:00 PM 11/21/03 -0800, darryl wrote:
>In the IRC bot we were discussing the other day on IRC we never explicitly 
>called reactor.run() ?
>-darryl

That's because we were using a subclass of EventDriven as the main command 
object.  EventDriven._run() calls MainLoop.run(), which calls reactor.run().




More information about the PEAK mailing list