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
void
prepPollRemove
(
D
)
(
ref SubmissionEntry entry
,
ref D userData
)

Parameters

entry
Type: SubmissionEntry

SubmissionEntry to prepare

userData
Type: D

data with the previously issued poll operation

Meta