Module pyo3_asyncio::async_std[][src]

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

Modules

re_exports

attributes re-exports for macros

Functions

into_coroutine

Convert a Rust Future into a Python coroutine

run_until_complete

Run the event loop until the given Future completes

Attribute Macros

main

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

test

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