Macro jatsl::schedule_and_wait[][src]

macro_rules! schedule_and_wait {
    ($scheduler : expr, $timeout : expr, { $($job : ident $(,) ?) + }) => { ... };
}
Expand description

Same as schedule! but waits for jobs to reach Ready state for the first time