Interpreter change

Ian Piumarta piumarta at speakeasy.net
Tue Apr 18 00:15:49 UTC 2006


On Apr 17, 2006, at 3:57 PM, John M McIntosh wrote:

>> Would this be particularly helpful to you?  I never call aioPoll()  
>> with non-zero from anywhere except relinquishProc, so for me it's  
>> better being outside aioPoll.  But if you'd find it useful inside  
>> aioPoll then I don't think moving it there would break anything.
>
> That would be better, then no chance to miss a change later, so if  
> I call aioPoll(0) you do the right thing and
> if I call aioPoll(timeToWait) then you wait N ms unless I guess an  
> event comes in that needs to be processed thus terminating the wait.

Checked-in, but you'll want to call aioSleep() rather than aioPoll().

Cheers,
Ian




More information about the Vm-dev mailing list