<@U2E974ELT> &gt; `async` is what is called `asyn...
# coroutines
t
@elizarov
async
is what is called
async*
in the code above. In Kotlin you’d write
Future
,
Promise
and
Task
are all equivalent.
The code I wrote above, the
async*
can’t be an
async {}
then. What I call
Stream
is actually closer to
Observable
. It should be an
asyncGenerator {}