Skip to main content

execute_read

Function execute_read 

Source
pub fn execute_read(
    file: File,
    offset: u64,
    buffer: Buffer<Submitted>,
    canceled: Arc<AtomicBool>,
    len: Option<usize>,
) -> Result<CompletionPayload>
Expand description

Execute a single read at a specific file offset into a submitted buffer.