0 on success, or -1 on failure.int submitPollAddWithTimeout(uint slotIndex, int timeoutMs, ulong timeoutUserData) @trusted nothrow @nogcSubmit a poll_add SQE chained with a linked timeout.
The poll operation will be cancelled if it does not complete within timeoutMs. On timeout, the poll CQE arrives with -ECANCELED and the timeout CQE arrives with timeoutUserData.
slotIndex | Registration slot index. |
timeoutMs | Per-operation timeout in milliseconds. |
timeoutUserData | User data for the timeout CQE. |
0 on success, or -1 on failure.