Join Slack
Powered by
I wonder if there is a simple way to compose suspe...
# coroutines
a
altavir
03/29/2018, 5:44 PM
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.
Open in Slack
Previous
Next