If we combine it with renaming `Deferred` to `Asyn...
# coroutines
v
If we combine it with renaming
Deferred
to
Asynced
, we can avoid the mismatch in names
r
voddan: Or desync and Desynched
e
While
Deferred
is an exotic name for a future it is still a synonym of Future/Promise: https://en.wikipedia.org/wiki/Futures_and_promises
👍 2
r
Maybe async should return
Coroutine
class