Class a.w.Win32ReactorThread(threading.Thread):

Part of aculab.win32reactor View Source View In Hierarchy

Helper thread for Win32Reactor.

WaitForMultipleObjects is limited to 64 objects, so multiple reactor threads are needed.
Method __init__ Create a Win32DispatcherThread.
Method update Used internally.
Method stop Stop the thread.
Method run The Win32ReactorThread run loop. Should not be called
def __init__(self, master, handle=None, method=None): (source)
Create a Win32DispatcherThread.
def update(self): (source)

Used internally.

Update the internal list of objects to wait for.
def stop(self): (source)
Stop the thread.
def run(self): (source)
The Win32ReactorThread run loop. Should not be called directly.
API Documentation for pyAculab, generated by pydoctor at 2009-01-02 15:12:29.