Crate pyo3_async

source ·
Expand description

PyO3 bindings to various Python asynchronous frameworks.

Modules

  • asyncio compatible coroutine and async generator implementation.
  • asyncio/trio compatible coroutine and async generator implementation, lazily specialized using sniffio.
  • trio compatible coroutine and async generator implementation.

Structs

Traits

Type Aliases

Attribute Macros