Ask a question to get started
Enter to sendā¢Shift+Enter new line
coro_with_context( coro: Awaitable[_T], context: Context, *, create_task: bool =
coro
Awaitable[_T]
context
Context
create_task
bool
False
Await a coroutine with a context.
The coroutine to await.
The context to use.
Whether to create a task.