Skip to main content

build_keep_running_scheduler

Function build_keep_running_scheduler 

Source
pub(crate) fn build_keep_running_scheduler(
    source: &Path,
    package: &str,
    profile: &str,
    stdout_color: Style,
    stderr_color: Style,
    json: bool,
    interrupted: &AtomicBool,
) -> Result<()>