On Wed, Jan 12, 2011 at 10:52 AM, Jason Rennie <span dir="ltr">&lt;<a href="mailto:jrennie@gmail.com">jrennie@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Benjamin, sorry for providing you with an incorrect explanation.  Jean-Paul, thank you for correcting my broken understanding of callWhenRunning.<div><br></div><div>Is there a call which puts a function into the reactor&#39;s queue of tasks to be completed?</div>

<div></div></blockquote></div><br><div>The reactor doesn&#39;t have a queue of tasks to be completed.  It has sets of various event sources, which it executes in no particular order.</div><div><br></div><div>Scheduling a timed event with callLater(0,...) might do what you want, though.</div>