Scheduler¶
Scheduler
¶
Source code in mmm_src/Scheduler.py
get_routs()
¶
sched(coro)
¶
Add a coroutine to the running event loop
Source code in mmm_src/Scheduler.py
start_thread()
¶
Start the asyncio event loop in a separate thread
Source code in mmm_src/Scheduler.py
stop_routs()
¶
stop_thread()
¶
Stop the asyncio event loop and thread and start a new one
tc_sleep(delay, result=None)
async
¶
Coroutine that completes after a given time (in seconds).