Package org.godot.utilities.utils
Class ThreadUtils
- java.lang.Object
-
- org.godot.utilities.utils.ThreadUtils
-
public final class ThreadUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThreadGroupgetEngineThreadGroup()Get engine thread group instance
-
-
-
Method Detail
-
getEngineThreadGroup
public static ThreadGroup getEngineThreadGroup()
Get engine thread group instance- Returns:
- Instance of thread group
-
-