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

#1523 in GUI

Download history 522/week @ 2024-09-21 321/week @ 2024-09-28 211/week @ 2024-10-05 128/week @ 2024-10-12 359/week @ 2024-10-19 367/week @ 2024-10-26 601/week @ 2024-11-02 166/week @ 2024-11-09 307/week @ 2024-11-16 215/week @ 2024-11-23 415/week @ 2024-11-30 280/week @ 2024-12-07 116/week @ 2024-12-14 656/week @ 2024-12-21 214/week @ 2024-12-28 146/week @ 2025-01-04

1,151 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–42MB
~607K SLoC