Function lofi::run [] [src]

pub fn run<'a, F>(job: F) where
    F: FnOnce() + Send + 'a, 

Start the scheduler with the default config and the supplied closure as a root job.