[DGD] More on exec round sequencing

Shentino shentino at gmail.com
Thu May 31 21:19:58 CEST 2007


Ok, got it.

Among callouts started by the same exec round, it's 0-second, and then
integer and float go in order of delay amongst themselves, but there
is no integer vs. float ordering.

Callouts and I/O have no ordering.


On 5/29/07, Felix A. Croes <felix at dworkin.nl> wrote:
> Shentino <shentino at gmail.com> wrote:
>
> > So 0-second callouts outrank everything else for priority then?  Even I/O?
>
> No, they're not guaranteed to go before input or a message_done()
> callback.  If you want to make sure that input comes later, use
> block_input().
>
> Regards,
> Dworkin
> __________________________________________
> http://mail.dworkin.nl/mailman/listinfo/dgd
>



More information about the DGD mailing list