Docs.rs
pyo3-async-0.1.0
pyo3-async 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
wyfo
Dependencies
futures ^0.3
normal
pyo3 ^0.19
normal
Versions
94.44%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
pyo3_async
0.1.0
Module asyncio
Structs
In crate pyo3_async
?
Module
pyo3_async
::
asyncio
source
·
[
−
]
Expand description
asyncio
compatible coroutine and async generator implementation.
Structs
AsyncGenerator
Python async generator wrapping a
PyStream
.
AwaitableWrapper
Future
wrapper for a Python awaitable (in
asyncio
context).
Coroutine
Python coroutine wrapping a
PyFuture
.