Interface IOUringCompletionQueueCallback


interface IOUringCompletionQueueCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(int fd, int res, int flags, byte op, short data)
    Called for a completion event that was put into the IOUringCompletionQueue.
  • Method Details

    • handle

      void handle(int fd, int res, int flags, byte op, short data)
      Called for a completion event that was put into the IOUringCompletionQueue.