Uses of Enum Class
is.galia.async.ThreadPool.Priority
Packages that use ThreadPool.Priority
-
Uses of ThreadPool.Priority in is.galia.async
Subclasses with type arguments of type ThreadPool.Priority in is.galia.asyncMethods in is.galia.async that return ThreadPool.PriorityModifier and TypeMethodDescriptionstatic ThreadPool.Priority
Returns the enum constant of this class with the specified name.static ThreadPool.Priority[]
ThreadPool.Priority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.galia.async with parameters of type ThreadPool.PriorityModifier and TypeMethodDescriptionFuture
<?> ThreadPool.submit
(Runnable task, ThreadPool.Priority priority) Submits a task for immediate execution.Future
<?> ThreadPool.submit
(Callable<?> task, ThreadPool.Priority priority) Submits a task for immediate execution.