38 releases

new 0.4.16 Jan 11, 2025
0.4.14 Dec 24, 2024
0.4.11 Nov 17, 2024
0.4.0 Jul 26, 2024

#1526 in GUI

Download history 372/week @ 2024-09-25 257/week @ 2024-10-02 131/week @ 2024-10-09 347/week @ 2024-10-16 344/week @ 2024-10-23 602/week @ 2024-10-30 228/week @ 2024-11-06 265/week @ 2024-11-13 196/week @ 2024-11-20 235/week @ 2024-11-27 442/week @ 2024-12-04 153/week @ 2024-12-11 273/week @ 2024-12-18 448/week @ 2024-12-25 303/week @ 2025-01-01 327/week @ 2025-01-08

1,357 downloads per month
Used in 52 crates (13 directly)

Apache-2.0 OR MIT

1MB
21K SLoC

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.


lib.rs:

Parallel async tasks and async task runners.

Crate

Dependencies

~6–38MB
~597K SLoC