zng/crates/zng-task
Samuel Guerra 0bb2db1972 Release 0.4.0. 2024-04-26 16:49:15 -03:00
..
src Add app-process crash handler (#129) 2024-04-24 16:39:06 -03:00
Cargo.toml Release 0.4.0. 2024-04-26 16:49:15 -03:00
README.md Add `zng-ext-single-instance`. (#127) 2024-04-22 18:41:24 -03:00

README.md

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.

"http"

Enables http tasks.

"test_util"

Enabled by doc tests.