pub fn default_page_in<P: PagerBacked>(
this: Arc<P>,
pager_range: PageInRange<P>,
read_ahead_size: u64,
)Expand description
A generic page_in implementation that supplies pages using block-aligned reads.
pub fn default_page_in<P: PagerBacked>(
this: Arc<P>,
pager_range: PageInRange<P>,
read_ahead_size: u64,
)A generic page_in implementation that supplies pages using block-aligned reads.