prepPollRemove

Remove an existing poll request. If found, the res field of the CompletionEntry will contain 0. If not found, res will contain -ENOENT.

nothrow @nogc ref @trusted
SubmissionEntry
prepPollRemove
(
D
)
(
return ref SubmissionEntry entry
,
ref D userData
)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

userData D

data with the previously issued poll operation

Meta