Uses of Class
io.netty.util.concurrent.MultithreadEventExecutorGroup
-
Packages that use MultithreadEventExecutorGroup Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of MultithreadEventExecutorGroup in io.netty.util.concurrent
Subclasses of MultithreadEventExecutorGroup in io.netty.util.concurrent Modifier and Type Class Description class
DefaultEventExecutorGroup
Default implementation ofMultithreadEventExecutorGroup
which will useDefaultEventExecutor
instances to handle the tasks.
-