Struct std::task::SchedOpts

pub struct SchedOpts {
    mode: SchedMode,
}

Scheduler configuration options

Fields