invoke

inline suspend operator fun <R> invoke(context: CoroutineContext = EmptyCoroutineContext, crossinline block: suspend CoroutineScope.() -> R): R(source)
@JvmName(name = "launchAndJoin")
inline suspend operator fun invoke(context: CoroutineContext = EmptyCoroutineContext, crossinline block: suspend CoroutineScope.() -> Unit)(source)