Deadpool is a dead simple async pool for connections and objects of any type.
This crate implements a deadpool
manager for lapin
.
This crate depends on the current git version of lapin
which adds async/.await
support and therefore can't be pushed to crates.io
.
Add this line to your Cargo.toml
instead:
[dependencies]
deadpool-lapin = { git = "https://github.com/bikeshedder/deadpool/" }