Package net.minecraft.util.thread
package net.minecraft.util.thread
-
ClassDescriptionAtomicStack<T>A fixed-size atomic stack, useful for tracking multithreaded access to an object.ConsecutiveExecutor<T extends Runnable>A functional interface that can enqueue completable futures.A custom thread factory that assigns each created thread to the group of the system security manager or the factory-creating thread (when the security manager does not exist).ReentrantThreadExecutor<R extends Runnable>TaskExecutor<R extends Runnable>ThreadExecutor<R extends Runnable>