Package io.netty.incubator.channel.uring
Interface IOUringCompletionQueueCallback
-
interface IOUringCompletionQueueCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 theIOUringCompletionQueue
.
-
-
-
Method Detail
-
handle
void handle(int fd, int res, int flags, byte op, short data)
Called for a completion event that was put into theIOUringCompletionQueue
.
-
-