meerkat-runtime 0.5.2

v9 runtime control-plane for Meerkat agent lifecycle
Documentation
1
2
3
4
5
6
7
//! Shared comms drain lifecycle authority.
//!
//! The canonical implementation now lives in `meerkat-core` so both
//! runtime-backed drain ownership
//! realize the same lifecycle truth.

pub use meerkat_core::comms_drain_lifecycle_authority::*;