Enum block_utils::Scheduler [−][src]
pub enum Scheduler {
Cfq,
Deadline,
Noop,
}Variants
Try to balance latency and throughput
Latency is most important
Throughput is most important
pub enum Scheduler {
Cfq,
Deadline,
Noop,
}Try to balance latency and throughput
Latency is most important
Throughput is most important