34 releases

new 0.4.12 Dec 6, 2024
0.4.11 Nov 17, 2024
0.4.8 Oct 26, 2024
0.4.0 Jul 26, 2024

#1499 in GUI

Download history 240/week @ 2024-08-21 457/week @ 2024-08-28 430/week @ 2024-09-04 517/week @ 2024-09-11 518/week @ 2024-09-18 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 421/week @ 2024-12-04

1,134 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–39MB
~623K SLoC