Module pyo3_asyncio::async_std[][src]

Expand description

async-std-runtime PyO3 Asyncio functions specific to the async-std runtime

Modules

attributes re-exports for macros

Functions

Convert a Rust Future into a Python awaitable

Convert a !Send Rust Future into a Python awaitable

Run the event loop until the given Future completes

Attribute Macros

attributes Provides the boilerplate for the async-std runtime and runs an async fn as main

attributes testing Registers an async-std test with the pyo3-asyncio test harness