-
- All Implemented Interfaces:
public class MainThreadExecutor
-
-
Field Summary
Fields Modifier and Type Field Description public final static MainThreadExecutorINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> TexecuteOnMainThreadBlocking(Function0<T> task)-
-
Method Detail
-
executeOnMainThreadBlocking
final <T extends Any> T executeOnMainThreadBlocking(Function0<T> task)
-
-
-
-