//! The Sorter service: the governor actor, its handle, the admission lease,
//! and the pressure seam it plans against.
modactor;modcommand;modhandle;modlease;modpressure;modstats;#[cfg(test)]modtests;pubusehandle::SorterHandle;pubuselease::SortLease;pubusepressure::{
MemoryPressure,
StaticPressure,};pubusestats::SorterStats;