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