Module pyo3_asyncio::tokio

source ·
Expand description

tokio-runtime PyO3 Asyncio functions specific to the tokio 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 Enables an async main function that uses the tokio runtime.
  • attributes testing Registers a tokio test with the pyo3-asyncio test harness Registers a tokio test with the pyo3-asyncio test harness.