I am a non-thread-safe delayed scheduler for synchronous event loops.
Methods
|
|
__init__
addTask
runUntilCurrent
timeout
|
|
__init__
|
__init__ ( self )
|
|
addTask
|
addTask (
self,
function,
*args,
*kwargs,
)
|
|
runUntilCurrent
|
runUntilCurrent ( self )
|
|
timeout
|
timeout ( self )
Either I have work to do immediately, or no work to do at all.
|
|