1//! Selection utilities for ready run selection.
2//!
3//! This module provides run selection logic for choosing which ready runs
4//! should be leased to executors.
5//!
6//! The default selector implements priority-then-FIFO ordering for v0.1.
78pub mod default_selector;