taskvisor 0.8.0

In-process Tokio task supervisor with retries, graceful shutdown, reliable final outcomes, and per-key admission control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Verifies the controller engine across intake, slot admission, runtime results, identity operations, snapshots, and shutdown.

mod support;

mod admission;
mod capacity;
mod completion;
mod handle;
mod identity;
mod lifecycle;
mod queue;
mod replacement;
mod shutdown;
mod snapshot;
mod state;