Function tokio_uring::builder

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

Return a Builder to allow setting parameters before calling the start method. Returns a Builder with our default values, all of which can be replaced with the methods below.

Refer to Builder::start for an example.