Package net.pdevita.creeperheal2.utils
Object DispatcherContainer
-
- All Implemented Interfaces:
public class DispatcherContainer
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineContext
async
private final CoroutineContext
sync
public final static DispatcherContainer
INSTANCE
-
Method Summary
Modifier and Type Method Description final CoroutineContext
getAsync()
Gets the async coroutine context. final CoroutineContext
getSync()
Gets the sync coroutine context. -
-
Method Detail
-
getAsync
final CoroutineContext getAsync()
Gets the async coroutine context.
-
getSync
final CoroutineContext getSync()
Gets the sync coroutine context.
-
-
-
-