anybody know if support for declaring anonymous su...
# coroutines
k
anybody know if support for declaring anonymous suspending functions is coming?
s
suspending lambdas are a thing
fun call(lambda: suspend () -> Unit)
k
see the other thread