launch
protected fun launch(dispatcher: CoroutineDispatcher, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job(source)
Executes the launch step in the SDAI core UI layer.
Return
Result produced by launch.
Author
Dmitriy Moroz
Parameters
dispatcher
dispatcher value consumed by the API.
start
start value consumed by the API.
block
block value consumed by the API.