Function tokio_uring::uring_builder

source ·
pub fn uring_builder() -> Builder
Expand description

Create and return 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.