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