Tub 🛁
A blazingly fast object pool for Rust.
Values are retrieved from the pool asynchronously. When the retrieved value goes out of scope, the value is returned to the pool.
Usage
To use Tub, add this to your Cargo.toml:
[]
= "0.3.2"
Then create and use a pool like so:
use Pool;
async