endstone.asyncio

Functions

NameDescription
get_loop

Return the background event loop (starts it if needed).

submit

Submit an awaitable to the background loop, returns a concurrent.futures.Future.

funcget_loop

get_loop() -> AbstractEventLoop

Return the background event loop (starts it if needed).

funcsubmit

submit(coro: Awaitable[_T]) -> Future[_T]

Submit an awaitable to the background loop, returns a concurrent.futures.Future.

On this page