OmhTask

constructor(task: suspend () -> T, coroutineContext: CoroutineContext = Dispatchers.IO + SupervisorJob(), customScope: CoroutineScope = CoroutineScope(context = coroutineContext))