Uses of Interface
io.netty.incubator.channel.uring.IOUringCompletionQueueCallback
-
Uses of IOUringCompletionQueueCallback in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringCompletionQueueCallbackModifier and TypeFieldDescriptionprivate final IOUringCompletionQueueCallback
IOUringEventLoop.callback
Methods in io.netty.incubator.channel.uring with parameters of type IOUringCompletionQueueCallbackModifier and TypeMethodDescription(package private) static void
UserData.decode
(int res, int flags, long udata, IOUringCompletionQueueCallback callback) (package private) int
IOUringCompletionQueue.process
(IOUringCompletionQueueCallback callback) Process the completion events in theIOUringCompletionQueue
and return the number of processed events.