io_uring_prep_nop

fnvoid io_uring_prep_nop(io_uring_sqe * sqe, ulong user_data) pure @safe

Prepare 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

sqePointer to the SQE to prepare.
user_dataUser data to be returned with the completion.