Uses of Interface
io.atomix.utils.concurrent.Scheduler
-
Packages that use Scheduler Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of Scheduler in io.atomix.utils.concurrent
Subinterfaces of Scheduler in io.atomix.utils.concurrent Modifier and Type Interface Description interfaceThreadContextThread context.Classes in io.atomix.utils.concurrent that implement Scheduler Modifier and Type Class Description classAbstractThreadContextAbstract thread context.classBlockingAwareSingleThreadContextBlocking aware single thread context.classBlockingAwareThreadPoolContextBlocking aware thread pool context.classNullThreadContextNull thread context.classSingleThreadContextSingle threaded context.classThreadPoolContextThread pool context.
-