I'm not sure if I understand correctly your proble...
# coroutines
j
I'm not sure if I understand correctly your problem, but basically, you cannot call suspendable function from lambda except if the the lambda is marked supsend or if the function accepting the lambda is inline.