Class: Signal
This will resume the coroutines that where paused with WaitForSignal.
Usage:
nr = yield events.Signal(name, value)
- nr - the number of coroutines woken up
Methods
__init__ (t, name, value=None, prio=-1)
All the coroutines waiting for this object will be added back in the active coroutine queue.