Module pyo3_asyncio::async_std

source ·
Expand description

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

Items marked with unstable-streams are only available when the unstable-streams Cargo feature is enabled:

[dependencies.pyo3-asyncio]
version = "0.20"
features = ["unstable-streams"]

Modules

Functions

Attribute Macros

  • attributes Provides the boilerplate for the async-std runtime and runs an async fn as main Enables an async main function that uses the async-std runtime.
  • attributes testing Registers an async-std test with the pyo3-asyncio test harness Registers an async-std test with the pyo3-asyncio test harness.