Enum block_utils::Scheduler
[−]
[src]
pub enum Scheduler {
Cfq,
Deadline,
Noop,
}Variants
CfqTry to balance latency and throughput
DeadlineLatency is most important
NoopThroughput is most important
Trait Implementations
impl Debug for Scheduler[src]
impl Display for Scheduler[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more