const IORING_POLL_ADD_MULTI: type = 1 << 0;
[src]
Multishot poll. Sets IORING_CQE_F_MORE if the poll handler will continue to report CQEs on behalf of the same SQE.
const IORING_POLL_ADD_MULTI: type = 1 << 0;
Multishot poll. Sets IORING_CQE_F_MORE if the poll handler will continue to report CQEs on behalf of the same SQE.