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)
  2. int submitAndWait(uint want)
    struct Uring
    nothrow @nogc @safe
    int
    submitAndWait
    (
    uint want
    )

Meta