Crate qp

Source
Expand description

High Performance Async Generic Pool

Modules§

resource
A module for managed resources.
sync
Synchronization primitives for use in asynchronous contexts.

Structs§

Pool
An async resource pool.
Pooled
An acquired resource from the pool.

Attribute Macros§

async_trait