uring_builder

Function uring_builder 

Source
pub fn uring_builder() -> Builder
Expand description

Creates and returns an io_uring::Builder that can then be modified through its implementation methods.

This function is provided to avoid requiring the user of this crate from having to use the io_uring crate as well. Refer to Builder::start example for its intended usage.