deadpool-runtime

Crates.iodeadpool-runtime
lib.rsdeadpool-runtime
version0.1.4
sourcesrc
created_at2021-10-26 13:35:13.545355
updated_at2024-05-04 09:27:46.238904
descriptionDead simple async pool utitities for sync managers
homepage
repositoryhttps://github.com/bikeshedder/deadpool
max_upload_size
id471921
size21,141
Core (github:tokio-rs:core)

documentation

README

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.

Commit count: 733

cargo fmt