Sunbeam Studios

Our open-source projects, here for you!

deadpool-runtime (0.1.4)

Published 2026-03-26 10:57:10 +00:00 by siennathesane

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add deadpool-runtime@0.1.4

About this package

Dead simple async pool utitities for sync managers

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

ID Version
async-std_1 ^1.0
tokio_1 ^1.0

Keywords

async database pool sync utils
Details
Cargo
2026-03-26 10:57:10 +00:00
0
Michael P. Jung <michael.jung@terreon.de>
MIT OR Apache-2.0
12 KiB
Assets (1)
Versions (1) View all
0.1.4 2026-03-26