33 releases

new 0.4.11 Nov 17, 2024
0.4.8 Oct 26, 2024
0.4.0 Jul 26, 2024

#1442 in GUI

Download history 387/week @ 2024-07-29 184/week @ 2024-08-05 678/week @ 2024-08-12 257/week @ 2024-08-19 248/week @ 2024-08-26 584/week @ 2024-09-02 413/week @ 2024-09-09 640/week @ 2024-09-16 350/week @ 2024-09-23 298/week @ 2024-09-30 154/week @ 2024-10-07 323/week @ 2024-10-14 369/week @ 2024-10-21 279/week @ 2024-10-28 555/week @ 2024-11-04 255/week @ 2024-11-11

1,493 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
~626K SLoC