fn poll_remove(self: *IO_Uring, user_data: u64, target_user_data: u64) !*linux.io_uring_sqe
[src]
Queues (but does not submit) an SQE to remove an existing poll operation. Returns a pointer to the SQE.
fn poll_remove(self: *IO_Uring, user_data: u64, target_user_data: u64) !*linux.io_uring_sqe
Queues (but does not submit) an SQE to remove an existing poll operation. Returns a pointer to the SQE.