marvin.utilities.asyncio
Constants
T
Functions
run_sync
- If no event loop is running, creates a new one and runs the coroutine
- If a loop is running, attempts to run the coroutine on that loop
- As a last resort, creates a new thread with its own event loop to run the coroutine
run_sync_in_thread
Parent Module:
utilities