teer::Task Class Reference
List of all members.
Detailed Description
The object representing a task/co-routine in the scheduler
Definition at line 41 of file teer.py.
Member Function Documentation
def teer::Task::__init__ |
( |
|
self, |
|
|
|
target | |
|
) |
| | |
def teer::Task::__repr__ |
( |
|
self |
) |
|
Debug information on a task
Definition at line 53 of file teer.py.
def teer::Task::run |
( |
|
self |
) |
|
Run a task until it hits the next yield statement
Definition at line 56 of file teer.py.
Member Data Documentation
The documentation for this class was generated from the following file: