Docs.rs
qp-0.2.1
qp 0.2.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Astro36
Dependencies
async-trait ^0.1.56
normal
crossbeam-queue ^0.3.5
normal
crossbeam-utils ^0.8.8
normal
tokio ^1.19.2
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
qp
0.2.1
All Items
Crate Items
Modules
Structs
Attribute Macros
Crate
qp
Copy item path
Source
Expand description
High Performance Async Generic Pool
Modules
§
resource
A module for managed resources.
sync
Synchronization primitives for use in asynchronous contexts.
Structs
§
Pool
An async resource pool.
Pooled
An acquired resource from the pool.
Attribute Macros
§
async_
trait