Module pyo3_asyncio::generic[][src]

Expand description

Generic implementations of PyO3 Asyncio utilities that can be used for any Rust runtime

Traits

Generic utilities for a JoinError

Generic Rust async/await runtime

Extension trait for async/await runtimes that support spawning local tasks

Functions

Convert a Rust Future into a Python awaitable with a generic runtime

Convert a Rust Future into a Python awaitable with a generic runtime

Get the current event loop from either Python or Rust async task local context

into_coroutineDeprecated

Convert a Rust Future into a Python awaitable with a generic runtime

Convert a Python awaitable into a Rust Future

Convert a !Send Rust Future into a Python awaitable with a generic runtime

Convert a !Send Rust Future into a Python awaitable with a generic runtime

Run the event loop until the given Future completes

Run the event loop until the given Future completes