[][src]Module mongodb::pool

Connection pooling for a single MongoDB server.

Structs

ConnectionPool

Handles threaded connections to a MongoDB server.

PooledStream

Holds an available socket, with logic to return the socket to the connection pool when dropped.

Statics

DEFAULT_POOL_SIZE