On Wed, Jan 12, 2011 at 10:52 AM, Jason Rennie <jren...@gmail.com> wrote:

> Benjamin, sorry for providing you with an incorrect explanation.
>  Jean-Paul, thank you for correcting my broken understanding of
> callWhenRunning.
>
> Is there a call which puts a function into the reactor's queue of tasks to
> be completed?
>

The reactor doesn't have a queue of tasks to be completed.  It has sets of
various event sources, which it executes in no particular order.

Scheduling a timed event with callLater(0,...) might do what you want,
though.
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to