Package conduit :: Module Synchronization :: Class BlockingFunctionCallWorker
[hide private]

Class BlockingFunctionCallWorker

source code


Calls the provided (blocking) function in a new thread. When the function returns a sync-completed signal is sent

Instance Methods [hide private]
 
__init__(self, cond, *functions) source code
 
run(self) source code

Inherited from _ThreadedWorker: cancel, did_sync_conflict, did_sync_error

Inherited from _ThreadedWorker (private): _get_changes

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from _ThreadedWorker: CONFIGURE_STATE, DONE_STATE, REFRESH_STATE, SYNC_STATE

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cond, *functions)
(Constructor)

source code 
Overrides: _ThreadedWorker.__init__

run(self)

source code 
Overrides: threading.Thread.run