Scheduler¶
Scheduler
¶
get_routs()
¶
Get all running routines
sched(coro)
¶
Add a coroutine to the running event loop
start_thread()
¶
Start the asyncio event loop in a separate thread
stop_routs()
¶
Stop all running routines
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).