Uring.submit

Submits qued SubmissionEntry to be processed by kernel.

  1. int submit(uint want, S* args)
  2. int submit(uint want)
  3. int submit(S* args)
  4. int submit()
    struct Uring
    nothrow @nogc @safe
    int
    submit
    ()

Return Value

Type: int

Number of submitted entries on success, -errno on error

Meta