Crate ljprs_async_pool

Source
Expand description

§ljprs_async_pool

Provides an async-friendly pool data structure using tokio.

Structs§

AsyncPool
An AsyncPool data structure backed by tokio mpsc channels.
AsyncPoolGuard
AsyncPoolGuard ensures values are returned to the pool when they go out of scope. You can dereference an AsyncPoolGuard to make calls on the value contained within.