endstone.asyncio
Functions
funcget_loop
get_loop() -> AbstractEventLoopReturn the background event loop (starts it if needed).
funcsubmit
Submit an awaitable to the background loop, returns a concurrent.futures.Future.
Functions
funcget_loopget_loop() -> AbstractEventLoopReturn the background event loop (starts it if needed).
funcsubmitSubmit an awaitable to the background loop, returns a concurrent.futures.Future.