Uses of Class
io.netty5.util.concurrent.SingleThreadEventExecutor
-
Packages that use SingleThreadEventExecutor Package Description io.netty5.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of SingleThreadEventExecutor in io.netty5.util.concurrent
Methods in io.netty5.util.concurrent with parameters of type SingleThreadEventExecutor Modifier and Type Method Description voidRejectedExecutionHandler. rejected(Runnable task, SingleThreadEventExecutor executor)Called when someone tried to add a task toSingleThreadEventExecutorbut this failed due capacity restrictions.
-