Home | Trees | Indices | Help |
---|
|
object --+ | coro
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
top : A call_stack object used by the profiler.
|
|
|||
dead | |||
id | |||
name | |||
scheduled | |||
started | |||
value | |||
Inherited from |
|
|
|
|
Get the name of this coroutine thread. If no name has been specified, then a name is generated.
|
Wait for thread termination. This will wait for this thread to exit. If the thread has already exited, this will return immediately. Warning: If a thread is created, but never started, this function will block forever. |
|
|
Set the maximum number of selfish acts this coroutine is allowed to perform. When a coroutine is created, it defaults to 4.
|
|
Shut down this coroutine. This will raise the Shutdown exception on this thread. This method will not fail. If the thread is already dead, then it is ignored. If the thread hasn't started, then it is canceled. |
|
|
top: Acall_stack object used by the profiler. NULL if the
profiler is not enabled or if this is the first call of the coroutine.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:44 2012 | http://epydoc.sourceforge.net |