Module deadpool

Module deadpool 

Source

Modules§

managed
Managed version of the pool.
postgres
unmanaged
Unmanaged version of the pool.

Macros§

managed_reexports
This macro creates all the type aliases usually reexported by deadpool-* crates. Crates that implement a deadpool manager should be considered stand alone crates and users of it should not need to use deadpool directly.

Structs§

Status
The current pool status.

Enums§

Runtime
Enumeration for picking a runtime implementation.
SpawnBlockingError
Error of spawning a task on a thread where blocking is acceptable.