Docs.rs
autoreturn-pool-0.2.1
autoreturn-pool 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
Sild
Dependencies
log ^0.4
normal
parking_lot ^0.12
normal
anyhow ^1.0
dev
Versions
50%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate autoreturn_pool
autoreturn_
pool
0.2.1
All Items
Crate Items
Structs
Crate
autoreturn_
pool
Copy item path
Source
Structs
ยง
Config
Configuration for the pool. Wait indefinitely by default.
Pool
A pool of objects. After an object is taken from the pool, it is returned to the pool when it is dropped. Pool items must be passed on creation by values: