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. Pool items must be passed on creation by values:
Enums§
- There is only one error type in this library: PoisonError from std::sync.