Expand description
§ljprs_async_pool
Provides an async-friendly pool data structure using tokio.
Structs§
- Async
Pool - An
AsyncPool
data structure backed by tokio mpsc channels. - Async
Pool Guard AsyncPoolGuard
ensures values are returned to the pool when they go out of scope. You can dereference anAsyncPoolGuard
to make calls on the value contained within.