Uses of Class
io.netty5.util.concurrent.MultithreadEventExecutorGroup
-
Packages that use MultithreadEventExecutorGroup Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MultithreadEventExecutorGroup in io.netty5.channel
Subclasses of MultithreadEventExecutorGroup in io.netty5.channel Modifier and Type Class Description class
MultithreadEventLoopGroup
EventLoopGroup
implementation that will handle its tasks with multiple threads. -
Uses of MultithreadEventExecutorGroup in io.netty5.util.concurrent
Subclasses of MultithreadEventExecutorGroup in io.netty5.util.concurrent Modifier and Type Class Description class
DefaultEventExecutorGroup
Default implementation ofMultithreadEventExecutorGroup
which will useSingleThreadEventExecutor
instances to handle the tasks.
-