4 releases

0.1.4 May 4, 2024
0.1.3 Sep 26, 2023
0.1.2 Oct 26, 2021
0.1.1 Oct 26, 2021
0.1.0 Oct 26, 2021

#1651 in Database interfaces

Download history 151952/week @ 2024-01-24 150417/week @ 2024-01-31 148465/week @ 2024-02-07 142895/week @ 2024-02-14 155039/week @ 2024-02-21 163747/week @ 2024-02-28 160829/week @ 2024-03-06 159997/week @ 2024-03-13 151945/week @ 2024-03-20 163309/week @ 2024-03-27 176506/week @ 2024-04-03 173788/week @ 2024-04-10 176865/week @ 2024-04-17 176740/week @ 2024-04-24 171018/week @ 2024-05-01 143736/week @ 2024-05-08

705,469 downloads per month
Used in 338 crates (4 directly)

MIT/Apache

8KB
95 lines

Deadpool runtime abstraction Latest Version Unsafe forbidden Rust 1.75+

Deadpool is a dead simple async pool for connections and objects of any type.

This crate provides a simple Runtime enum that can be used to target multiple runtimes. This crate avoids boxed futures and and only implements things actually needed by the deadpool crates.

Note: This crate is intended for making the development of deadpool-* crates easier. Other libraries and binary projects normally should not use this directly and use some provided reexports by the crates using it.

Features

Feature Description Extra dependencies Default
tokio_1 Enable support for tokio crate tokio/time, tokio/rt no
async-std_1 Enable support for async-std crate async-std no

License

Licensed under either of

at your option.

Dependencies

~0–14MB
~125K SLoC