Superclass of classes which may use generator functions
Methods
|
|
|
|
__init__
|
__init__ ( self, name="a_process" )
|
|
_hold
|
_hold ( self, a )
|
|
_passivate
|
_passivate ( self, a )
|
|
active
|
active ( self )
|
|
cancel
|
cancel ( self, victim )
Application function to cancel all event notices for this Process
instance;(should be all event notices for the generator).
|
|
interrupt
|
interrupt ( self, victim )
Application function to interrupt active processes
|
|
interruptReset
|
interruptReset ( self )
Application function for an interrupt victim to get out of
interrupted state.
|
|
interrupted
|
interrupted ( self )
|
|
passive
|
passive ( self )
|
|
queuing
|
queuing ( self, resource )
|
|
terminated
|
terminated ( self )
|
|