Package org.lwjgl.system
Class ThreadLocalUtil
- java.lang.Object
-
- org.lwjgl.system.ThreadLocalUtil
-
public final class ThreadLocalUtil extends java.lang.Object
This class provides storage for all LWJGL objects that must be thread-local. [INTERNAL USE ONLY]The default implementation uses a simple
ThreadLocal
. Alternative implementations may have better performance.- See Also:
Configuration.THREAD_LOCAL_SPACE
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static org.lwjgl.system.ThreadLocalState
tlsGet()
-