LazyGoal
fun <T> LazyGoal(coroutineContext: CoroutineContext = EmptyCoroutineContext, dependencies: Collection<Goal<*>> = emptyList(), block: suspend () -> T)
Content copied to clipboard
Parameters
coroutineContext
additional context information