pub type CommandRunnerSlot = Arc<RwLock<Arc<dyn CommandRunner>>>;
Shared slot used by command to find the active host runner.
command
pub struct CommandRunnerSlot { /* private fields */ }