Uses of Class
eu.cloudnetservice.common.concurrent.Task
Packages that use Task
-
Uses of Task in eu.cloudnetservice.common.concurrent
Subclasses of Task in eu.cloudnetservice.common.concurrentModifier and TypeClassDescriptionclassCountingTask<V>The counting task is a task that starts at a specified count and is capable of counting both up and down.classThe listenable task is a task that is allowed to be executed over and over again.Methods in eu.cloudnetservice.common.concurrent that return TaskModifier and TypeMethodDescriptionTask.completedTask(@Nullable Object result) Creates a new task that already has a defined result.Supplies and executes the given runnable in a cached thread pool and wraps it into a task.Supplies the given supplier into the cached thread pool.Task.wrapFuture(@NonNull CompletableFuture<V> future) Wraps the given completable future into a cloudnet task.