Module pyo3_asyncio::generic[][src]

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

Traits

JoinError

Generic utilities for a JoinError

Runtime

Generic Rust async/await runtime

Functions

into_coroutine

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

run_until_complete

Run the event loop until the given Future completes