io_uring_prep_nop
fn
void io_uring_prep_nop(io_uring_sqe * sqe, ulong user_data) pure @safePrepare an SQE for a NOP operation.
NOP operations do nothing but generate a completion event. Useful for testing or as a barrier when linked.
Parameters
sqe | Pointer to the SQE to prepare. |
user_data | User data to be returned with the completion. |