Home | Trees | Indices | Help |
---|
|
object --+ | Lister.Lister --+ | SimEvent
Supports one - shot signalling between processes. All processes waiting for an event to occur get activated when its occurrence is signalled. From the processes queuing for an event, only the first gets activated.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Produces a signal to self; Fires this event (makes it occur). Reactivates ALL processes waiting for this event. (Cleanup waits lists of other events if wait was for an event - group (OR).) Reactivates the first process for which event(s) it is queuing for have fired. (Cleanup queues of other events if wait was for an event - group (OR).) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Apr 02 06:43:20 2009 | http://epydoc.sourceforge.net |