Class ReentrantBlockableEventLoop<R extends Runnable>

java.lang.Object
net.minecraft.util.thread.BlockableEventLoop<R>
net.minecraft.util.thread.ReentrantBlockableEventLoop<R>
All Implemented Interfaces:
AutoCloseable, Executor, ProfilerMeasured, ProcessorHandle<R>
Direct Known Subclasses:
Minecraft, MinecraftServer

public abstract class ReentrantBlockableEventLoop<R extends Runnable> extends BlockableEventLoop<R>
  • Field Details

    • reentrantCount

      private int reentrantCount
  • Constructor Details

    • ReentrantBlockableEventLoop

      public ReentrantBlockableEventLoop(String p_18765_)
  • Method Details