Uring.wait

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

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

Return Value

Type: auto

0 on success, -errno on error

Meta