//! The admission tickets that ride the actor's bounded queue. Rows never
//! cross this channel — only requests to admit a sort or report stats.
use oneshot;
use crateSorterError;
use crateSortLease;
use crateSorterStats;
use crateSortSpec;
/// A message to the Sorter actor.
pub