This crate is part of the [`zng`](https://github.com/zng-ui/zng?tab=readme-ov-file#crates) project.
## Cargo Features
This crate provides 6 feature flags, 0 enabled by default.
#### `"deadlock_detection"`
Enables parking_lot deadlock detection.
#### `"ipc"`
Enables real worker processes and IPC channels.
Only enables in `cfg(not(any(target_os = "android", target_arch = "wasm32", target_os = "ios")))` builds.
#### `"http"`
Enables HTTP client tasks.
#### `"http_cookie"`
Enables HTTP cookie storage option.
#### `"http_compression"`
Enables HTTP compression option.
#### `"test_util"`
Enabled by doc tests.