Uring.wait

Simmilar to submit but with this method we just wait for required number of CompletionEntries.

struct Uring
nothrow @nogc @trusted
int
wait
(
uint want = 1
,
const sigset_t* sig = null
)

Return Value

Type: int

0 on success, -errno on error

Meta