Module pyo3_asyncio::generic

source ·
Expand description

Generic implementations of PyO3 Asyncio utilities that can be used for any Rust 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"]

Traits

  • Exposes the utilities necessary for using task-local data in the Runtime
  • Generic utilities for a JoinError
  • Adds the ability to scope task-local data for !Send futures
  • Generic Rust async/await runtime
  • Extension trait for async/await runtimes that support spawning local tasks

Functions