taskvisor 0.9.0

In-process Tokio task supervisor: one job per key with queue/replace/reject admission, retries, graceful shutdown, and reliable final outcomes
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;