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

Trait Implementations

impl Debug for Scheduler
[src]

[src]

Formats the value using the given formatter.

impl Display for Scheduler
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for Scheduler
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more