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