Interface IOUringCompletionQueueCallback


  • interface IOUringCompletionQueueCallback
    • Method Detail

      • handle

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