Uses of Class
io.netty5.util.concurrent.AbstractScheduledEventExecutor
-
Packages that use AbstractScheduledEventExecutor 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 AbstractScheduledEventExecutor in io.netty5.channel
Subclasses of AbstractScheduledEventExecutor in io.netty5.channel Modifier and Type Class Description classSingleThreadEventLoop -
Uses of AbstractScheduledEventExecutor in io.netty5.util.concurrent
Subclasses of AbstractScheduledEventExecutor in io.netty5.util.concurrent Modifier and Type Class Description classGlobalEventExecutorSingle-thread singletonEventExecutor.classSingleThreadEventExecutorOrderedEventExecutor's implementation that execute all its submitted tasks in a single thread.Methods in io.netty5.util.concurrent with parameters of type AbstractScheduledEventExecutor Modifier and Type Method Description protected static <V> RunnableScheduledFuture<V>AbstractScheduledEventExecutor. newRunnableScheduledFuture(AbstractScheduledEventExecutor executor, Promise<V> promise, Callable<V> task, long deadlineNanos, long periodNanos)
-