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 Debug for Schedulerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Scheduler[src]
impl Display for Schedulerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for Scheduler[src]
impl FromStr for Scheduler