Uses of Class
io.atomix.utils.concurrent.AtomixThread
-
Packages that use AtomixThread Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of AtomixThread in io.atomix.utils.concurrent
Methods in io.atomix.utils.concurrent that return AtomixThread Modifier and Type Method Description protected static AtomixThreadSingleThreadContext. getThread(ExecutorService executor)Gets the thread from a single threaded executor service.
-