Uring.submitAndWait

Special case of a submit that can be used when we know beforehead that we want to wait for some amount of CQEs.

  1. int submitAndWait(uint want, S* args)
    struct Uring
    nothrow @nogc @trusted
    int
    submitAndWait
    (
    S
    )
    (
    uint want
    ,
    const S* args
    )
    if (
    is(S == sigset_t) ||
    is(S == io_uring_getevents_arg)
    )
  2. int submitAndWait(uint want)

Meta