| Modifier and Type | Method and Description |
|---|---|
static int |
Native.epollBusyWait(io.netty.channel.unix.FileDescriptor epollFd,
EpollEventArray events)
Non-blocking variant of
Native.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)
that will also hint to processor we are in a busy-wait loop. |
static int |
Native.epollWait(io.netty.channel.unix.FileDescriptor epollFd,
EpollEventArray events,
io.netty.channel.unix.FileDescriptor timerFd,
int timeoutSec,
int timeoutNs)
Deprecated.
this method is no longer supported. This functionality is internal to this package.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.