-
public class ThreadUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static ThreadUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitcheckIsOnMainThread()final static StringgetThreadInfo()Helper method for building a string of thread information. -
-
Method Detail
-
checkIsOnMainThread
final Unit checkIsOnMainThread()
-
getThreadInfo
final static String getThreadInfo()
Helper method for building a string of thread information.
-
-
-
-