Package io.netty.incubator.channel.uring
Interface IOUringCompletionQueueCallback
interface IOUringCompletionQueueCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(int fd, int res, int flags, byte op, short data) Called for a completion event that was put into theIOUringCompletionQueue
.
-
Method Details
-
handle
void handle(int fd, int res, int flags, byte op, short data) Called for a completion event that was put into theIOUringCompletionQueue
.
-