-
public class OSPrimaryCoroutineScope
-
-
Field Summary
Fields Modifier and Type Field Description public final static OSPrimaryCoroutineScopeINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitexecute(SuspendFunction0<Unit> block)Executes the given block on the OS primary coroutine scope. final <ERROR CLASS>waitForIdle()-
-
Method Detail
-
execute
final Unit execute(SuspendFunction0<Unit> block)
Executes the given block on the OS primary coroutine scope.
-
waitForIdle
final <ERROR CLASS> waitForIdle()
-
-
-
-