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, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.util.thread.TaskScheduler
scheduleWithResult
-
Constructor Details
-
ConsecutiveExecutor
-
-
Method Details
-
wrapRunnable
-