Hi all, trying to wrap my head on a coroutine desi...
# getting-started
v
Hi all, trying to wrap my head on a coroutine design here. I have a function defined as
fun import(input: File, filter: (File) -> Boolean = { it.name.endsWith(".csv") && it.name.startsWith("report") }, override: Boolean = false)