| Crates.io | deadpool-runtime |
| lib.rs | deadpool-runtime |
| version | 0.1.4 |
| created_at | 2021-10-26 13:35:13.545355+00 |
| updated_at | 2024-05-04 09:27:46.238904+00 |
| description | Dead simple async pool utitities for sync managers |
| homepage | |
| repository | https://github.com/bikeshedder/deadpool |
| max_upload_size | |
| id | 471921 |
| size | 21,141 |
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.
| 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 |
Licensed under either of
at your option.