pub fn more(flags: u32) -> bool
Expand description
Return whether further completion events will be submitted for this same operation.
This corresponds to the IORING_CQE_F_MORE
flag, and it signals to
the consumer that it should expect further CQE entries after this one,
still from the same original SQE request (e.g. for multishot operations).