Crate autoreturn_pool
source ·Structs§
- Configuration for the pool. Wait indefinitely by default.
- A pool of objects. After an object is taken from the pool, it is returned to the pool when it is dropped.
Enums§
- There is only one error type in this library - it’s PoisonError from std::sync.