Package net.neoforged.fml
Class ModWorkManager
java.lang.Object
net.neoforged.fml.ModWorkManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.Loggerprivate static ForkJoinPoolprivate static final Executor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ForkJoinWorkerThreadstatic ExecutorExecutor that runs tasks in parallel across multiple background threads.static ExecutorExecutor 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
-