launch
fun Lifetime.launch(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job
fun Lifetime.launch(scheduler: IScheduler, start: CoroutineStart = CoroutineStart.DEFAULT, block: suspend CoroutineScope.() -> Unit): Job
Deprecated
Api moved to rd-core
Replace with
import com.jetbrains.rd.util.threading.coroutines.launch
Content copied to clipboard
launch(context, start, block)Content copied to clipboard