Re: [Orbit-python-list] non-blocking patch
Status: Inactive
Brought to you by:
tack
From: Duncan G. <dg...@uk...> - 2002-01-30 15:33:28
|
On Wednesday 30 January, Adam Olsen wrote: > Attached is a simple patch which adds an iterate() function, which is > like run() only it returns immedietly instead of blocking. :) The standard name for this function is perform_work(). It has a companion function called work_pending() that returns true if there is work to be done. Any ORBit-Python addition to support it should use the standard names. Cheers, Duncan. -- -- Duncan Grisby \ Research Engineer -- -- AT&T Laboratories Cambridge -- -- http://www.uk.research.att.com/~dpg1 -- |