pub fn uring_builder() -> BuilderExpand 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.