Package net.neoforged.fml
Class ModWorkManager
java.lang.Object
net.neoforged.fml.ModWorkManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.Logger
private static ForkJoinPool
private static final Executor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ForkJoinWorkerThread
static Executor
Executor that runs tasks in parallel across multiple background threads.static Executor
Executor that runs tasks on a single thread in the order they are submitted.
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
syncWorkExecutor
-
parallelThreadPool
-
-
Constructor Details
-
ModWorkManager
public ModWorkManager()
-
-
Method Details
-
syncExecutor
Executor that runs tasks on a single thread in the order they are submitted. -
parallelExecutor
Executor that runs tasks in parallel across multiple background threads. -
newForkJoinWorkerThread
-