Crate azur

Crate azur 

Source
Expand description

Implements a single-threaded reactor and executor using Linux’s io_uring system.

Re-exports§

pub use scope::*;

Modules§

buf
future
scope

Structs§

Accept
Delay
Nop
Openat
Poll
Read
Write

Enums§

DelayType

Traits§

Op
An io_uring operation.

Functions§

accept
delay
nop
open
Opens a file at path path with the given mode and flags. Relative paths are resolved relative to the current working directory. This is similar to the open(2) system call in Linux.
openat
Opens a file at path path from directory dir with the given mode and flags. This is similar to the openat(2) system call in Linux.
openat_unchecked
Opens a file at path path from directory dir with the given mode and flags. This is similar to the openat(2) system call in Linux.
poll
read
read_exact
run
spawn
write
write_all