[DGD] Skills
Erwin Harte
harte at xs4all.nl
Sun Mar 16 02:29:31 CET 2003
On Sat, Mar 15, 2003 at 08:25:44PM -0500, Ben Chambers wrote:
> If you put a call_out with a time of 0, will it be executed during this loop
> of execution or during the next loop of execution?
As soon as possible after the current thread ends. Having it execute
_during_ this loop of execution (thread) would make it a call_other()
effectively, which wouldn't be very useful.
The only thing that could cause the 0-call_out not to be execute
right after the current thread is if there are other 0-callouts
waiting to be executed.
Hope that helps,
Erwin.
--
Erwin Harte <harte at xs4all.nl>
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list