<@U0BNGCVCK> You ignore the resulting future (`Def...
# coroutines
e
@deviant You ignore the resulting future (
Deferred
). That is why.
👍 1
g
elizarov: I was actually just thinking about putting together a presentation for my team on exceptions and exception currying with coroutines. It seems to be an issue of much confusion in my team.
--not that futures seem much better. We have seen a couple of suppressed errors from not properly handling a future's return (aka completed) value
e
That is why I strongly recommend against using
async
unless you really need to do something concurrently. Unfortunately, for most people,
async
and futures is all they've heard about. Bad favor from other languages we have here.
🙂 2