net.minecraft.util.thread

public record NameableExecutor

implements Executor

net.minecraft.TracingExecutor
net.minecraft.TracingExecutor
net.minecraft.class_10207
net.minecraft.util.thread.NameableExecutor

Field summary

Modifier and TypeField
private final ExecutorService
service
service
comp_3205
service

Constructor summary

ModifierConstructor
public (ExecutorService service)

Method summary

Modifier and TypeMethod
public Executor
forName(String name)
forName(String name)
method_64116(String arg0)
named(String name)
public void
execute(Runnable command)
execute(Runnable command)
execute(Runnable arg0)
execute(Runnable runnable)
public void
shutdownAndAwait(long timeout, TimeUnit unit)
shutdownAndAwait(long timeout, TimeUnit unit)
method_64114(long arg0, TimeUnit arg1)
shutdown(long time, TimeUnit unit)
private static Runnable
wrapUnnamed(Runnable command)
wrapUnnamed(Runnable command)
method_64115(Runnable arg0)
wrapForTracy(Runnable runnable)
public ExecutorService
service()
service()
comp_3205()
service()