io_uring::cqueue

Function notif

Source
pub fn notif(flags: u32) -> bool
Expand description

Returns whether this completion event is a notification.

This corresponds to the IORING_CQE_F_NOTIF flag, currently used by the SendZc operation.