Uses of Class
io.netty5.channel.epoll.EpollEventArray
-
Packages that use EpollEventArray Package Description io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of EpollEventArray in io.netty5.channel.epoll
Methods in io.netty5.channel.epoll with parameters of type EpollEventArray Modifier and Type Method Description static int
Native. epollBusyWait(FileDescriptor epollFd, EpollEventArray events)
Non-blocking variant ofNative.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int, long)
that will also hint to processor we are in a busy-wait loop.
-