Uses of Class
me.hsgamer.hscore.task.element.TaskPool
Packages that use TaskPool
Package
Description
Contains the classes to work with tasks and threads
Contains the elements to work with tasks
-
Uses of TaskPool in me.hsgamer.hscore.task
Methods in me.hsgamer.hscore.task that return TaskPoolMethod parameters in me.hsgamer.hscore.task with type arguments of type TaskPoolModifier and TypeMethodDescriptionvoid
BatchRunnable.addTaskPool
(int stage, Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the task pool -
Uses of TaskPool in me.hsgamer.hscore.task.element
Methods in me.hsgamer.hscore.task.element that return TaskPoolModifier and TypeMethodDescriptionAdd the task to the head of the task poolTaskPool.addFirst
(Consumer<TaskProcess> task) Add the task to the head of the task poolAdd the task to the tail of the task poolTaskPool.addLast
(Consumer<TaskProcess> task) Add the task to the tail of the task poolTaskProcess.getCurrentTaskPool()
Get the current task poolTaskProcess.getTaskPool
(int stage) Get the task poolMethod parameters in me.hsgamer.hscore.task.element with type arguments of type TaskPoolModifier and TypeMethodDescriptiondefault void
TaskProcess.addCurrentTaskPool
(Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the current task pooldefault void
TaskProcess.addTaskPool
(int stage, Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the task pool