Type Alias io_uring::uring::UserData

source ·
pub type UserData = u64;
Expand description

Holds per-operation, user specified data. The usage is up to the caller. The most common use is for callers to identify each request.