Method lrs::file::File::readahead

Initiates readahead of the specified range.

Syntax

impl File {
    fn readahead<R>(&self, range: R) -> Result<(), Errno>
        where R: BoundedRange<u64>,
}

Arguments

NameDescription
range

The range that should be prepared for reading.

See also