<@U2E974ELT> I'm going to have to think about this...
# coroutines
g
@elizarov I'm going to have to think about this. I really like the idea asynchrony expressed as a language agnostic feature (like `Future`'s), because it allows me to play with them functionally if im feeling like scala or use them more procedurally with
await
if im feeling more java-ee. But your point about them being heavy is well taken , and your point about the precise scheduling of futures being error prone is also well taken