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.taskMethods in me.hsgamer.hscore.task that return TaskPoolMethod parameters in me.hsgamer.hscore.task with type arguments of type TaskPoolModifier and TypeMethodDescriptionvoidBatchRunnable.addTaskPool(int stage, Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the task pool
- 
Uses of TaskPool in me.hsgamer.hscore.task.elementMethods 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 voidTaskProcess.addCurrentTaskPool(Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the current task pooldefault voidTaskProcess.addTaskPool(int stage, Consumer<TaskPool> taskPoolConsumer) Execute the consumer for the task pool