Crate finchers_r2d2

Source
Expand description

Generic connection pooling support for Finchers, based on r2d2.

Re-exports§

pub use r2d2::*;

Modules§

current_thread
The implementation of PoolEndpoint which works on the current thread.

Structs§

PoolEndpoint
The endpoint which retrieves a connection from a connection pool.

Functions§

pool_endpoint
Create an endpoint which acquires the connection from the specified connection pool.