salvo-utils 0.0.7

hyper utilities
Documentation
1
2
3
4
5
6
7
8
struct ConnectingPool<C, P> {
    connector: C,
    pool: P,
}

struct PoolableSvc<S>(S);