Uring.wait

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

  1. int wait(uint want, S* args)
  2. int wait(uint want)
    struct Uring
    nothrow @nogc
    int
    wait
    (
    uint want = 1
    )

Return Value

Type: int

0 on success, -errno on error

Meta