[REBOL] Re: Rugby doco - wip
From: petr:krenzelok:trz:cz at: 28-Jan-2002 10:08
Maarten Koopmans wrote:
> - A simple task based system in the IO scheduler, which allows you to add
> tasks (chunks of Rebol code) to a queue that will be executed if there is no
> IO. Very simple threading ;-)
Well, I am not sure, what is this one good for? :-) Even if scheduler will find
some free time-slice to do some rebol code, you can't preempt running rebol code,
so your low-priority-task can in fact block Rugby, if it is not done with its job
in an acceptable period of time, no? ...
-pekr-