Package net.minecraft.util.thread
Class ConsecutiveExecutor
java.lang.Object
net.minecraft.util.thread.AbstractConsecutiveExecutor<Runnable>
net.minecraft.util.thread.ConsecutiveExecutor
- All Implemented Interfaces:
AutoCloseable,Runnable,ProfilerMeasured,TaskScheduler<Runnable>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.util.thread.AbstractConsecutiveExecutor
AbstractConsecutiveExecutor.Status -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.util.thread.AbstractConsecutiveExecutor
close, hasWork, name, profiledMetrics, run, runAll, schedule, size, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.util.thread.TaskScheduler
scheduleWithResult
-
Constructor Details
-
ConsecutiveExecutor
-
-
Method Details
-
wrapRunnable
-