public interface IoUringIoRegistration
extends io.netty.channel.IoRegistration
IoRegistration to use with io_uring.| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
long |
submit(io.netty.channel.IoOps ops)
Submit a
IoUringIoOps that will produce an entry on the used submission queue. |
long submit(io.netty.channel.IoOps ops)
IoUringIoOps that will produce an entry on the used submission queue.submit in interface io.netty.channel.IoRegistrationops - ops.IoUringIoOps. This can be used to cancel a previous submitted
IoUringIoOps. If submission failed as the registration is not valid anymore this method will return
0.void cancel()
cancel in interface io.netty.channel.IoRegistrationCopyright © 2008–2024 The Netty Project. All rights reserved.