Sept. 21, 2011
9:05 p.m.
yield does not allow a lower priority processes to run. it will allow another process of same priority to run, otherwise , if it only one process (one which yields) this will be no-op. On 21 September 2011 22:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Processor yield
Stef
On Sep 21, 2011, at 7:27 PM, Camillo Bruni wrote:
Is it possible to manually yield the current (high priority) to leave the possibility for other processes to run?
The closest solution I came up with is:
   Delay forMilliseconds: 0.001.
IMO not very niceâ¦
cami
-- Best regards, Igor Stasenko.