1//! Shared two-slot compaction state machine for actor / service / action
2//! lifecycles. See ADR 0005 for the topic vocabulary and the algorithm
3//! this implements.
45mod slots;
67#[cfg(test)]
8mod tests;
910pub use slots::{Event, Slots, ThresholdPick};