Uses of Class
me.hsgamer.hscore.task.BatchRunnable.TaskPool
-
Uses of BatchRunnable.TaskPool in me.hsgamer.hscore.task
Methods in me.hsgamer.hscore.task that return BatchRunnable.TaskPoolModifier and TypeMethodDescriptionAdd the task to the head of the task poolBatchRunnable.TaskPool.addFirst(Consumer<BatchRunnable.Process> task) Add the task to the head of the task poolAdd the task to the tail of the task poolBatchRunnable.TaskPool.addLast(Consumer<BatchRunnable.Process> task) Add the task to the tail of the task poolBatchRunnable.Process.getCurrentTaskPool()Get the current task poolBatchRunnable.getTaskPool(int stage) Get the task poolBatchRunnable.Process.getTaskPool(int stage) Get the task poolMethod parameters in me.hsgamer.hscore.task with type arguments of type BatchRunnable.TaskPoolModifier and TypeMethodDescriptiondefault voidBatchRunnable.Process.addCurrentTaskPool(Consumer<BatchRunnable.TaskPool> taskPoolConsumer) Execute the consumer for the current task poolvoidBatchRunnable.addTaskPool(int stage, Consumer<BatchRunnable.TaskPool> taskPoolConsumer) Execute the consumer for the task pooldefault voidBatchRunnable.Process.addTaskPool(int stage, Consumer<BatchRunnable.TaskPool> taskPoolConsumer) Execute the consumer for the task pool