Funny, usually lambdas that are not `suspend` that...
# coroutines
d
Funny, usually lambdas that are not
suspend
that contain a suspendable function usually complain that you can't run a suspendable function there, in
measureTimeMillis { }
lambda, no complaint...!?