Skip to main content

async_setup

Function async_setup 

Source
pub fn async_setup(entries: u32) -> Result<usize, Error>
Expand description

Create an async I/O ring with entries slots (power of 2, min 2, max 256). Returns a ring id on success.