toggle menu
OMH Auth
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.auth.core.async
/
OmhTask
/
OmhTask
Omh
Task
constructor
(
task
:
suspend
(
)
->
T
,
coroutineContext
:
CoroutineContext
=
Dispatchers.IO + SupervisorJob()
,
customScope
:
CoroutineScope
=
CoroutineScope(context = coroutineContext)
)