I wonder if there is a simple way to compose suspe...
# coroutines
a
I wonder if there is a simple way to compose suspended functions. I have a function of type
suspend ()->T
and need to transform it to
suspend ()->R
having
(T)->R
transformation on hand. It should be compact before I need it in the constructor.