| Crates.io | zng-task |
| lib.rs | zng-task |
| version | 0.8.0 |
| created_at | 2024-04-07 17:17:48.726715+00 |
| updated_at | 2025-09-22 15:53:10.360921+00 |
| description | Part of the zng project. |
| homepage | |
| repository | https://github.com/zng-ui/zng |
| max_upload_size | |
| id | 1199336 |
| size | 338,694 |
This crate is part of the zng project.
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.