44 releases
Uses new Rust 2024
0.6.2 | May 19, 2025 |
---|---|
0.5.2 | May 9, 2025 |
0.5.1 | Mar 19, 2025 |
0.4.14 | Dec 24, 2024 |
0.4.0 | Jul 26, 2024 |
#1847 in GUI
864 downloads per month
Used in 52 crates
(13 directly)
1MB
21K
SLoC
Parallel async tasks and async task runners.
Crate
This crate is part of the zng
project.
Cargo Features
This crate provides 4 feature flags, 0 enabled by default.
"deadlock_detection"
Enables parking_lot deadlock detection.
"ipc"
Enables ipc tasks.
Only enables in cfg(not(any(target_os = "android", target_arch = "wasm32", target_os = "ios")))
builds.
"http"
Enables http tasks.
"test_util"
Enabled by doc tests.
Dependencies
~6–38MB
~603K SLoC