teer::TimerScheduler Class Reference
List of all members.
Detailed Description
A scheduler that sleeps when there is nothing to do.
Definition at line 365 of file teer.py.
Member Function Documentation
def teer::TimerScheduler::__init__ |
( |
|
self |
) |
|
def teer::TimerScheduler::_set_timer_callback |
( |
|
self, |
|
|
|
t, |
|
|
|
f | |
|
) |
| | [private] |
def teer::TimerScheduler::run |
( |
|
self |
) |
|
Run until there is no task to schedule
Definition at line 376 of file teer.py.
def teer::TimerScheduler::timer_step |
( |
|
self |
) |
|
Schedule all tasks with past deadlines and step
Definition at line 389 of file teer.py.
Member Data Documentation
The documentation for this class was generated from the following file: