qp 0.2.1

Quick Pool: High Performance Async Generic Pool
Documentation
1
2
3
4
5
6
7
//! High Performance Async Generic Pool
mod pool;
pub mod resource;
pub mod sync;

pub use async_trait::async_trait;
pub use pool::{Pool, Pooled};