Tristan Caron
12/16/2016, 10:48 AMis what is calledasync
in the code above. In Kotlin you’d writeasync*
The code I wrote above, the,Future
andPromise
are all equivalent.Task
async*
can’t be an async {}
then. What I call Stream
is actually closer to Observable
. It should be an asyncGenerator {}