44 releases

Uses new Rust 2024

new 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

#1728 in GUI

Download history 182/week @ 2025-01-29 307/week @ 2025-02-05 226/week @ 2025-02-12 145/week @ 2025-02-19 122/week @ 2025-02-26 25/week @ 2025-03-05 41/week @ 2025-03-12 210/week @ 2025-03-19 37/week @ 2025-03-26 113/week @ 2025-04-02 51/week @ 2025-04-09 113/week @ 2025-04-16 126/week @ 2025-04-23 54/week @ 2025-04-30 299/week @ 2025-05-07 468/week @ 2025-05-14

972 downloads per month
Used in 52 crates (13 directly)

Apache-2.0 OR MIT

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
~604K SLoC