Le 12/08/2014 19:44, Domenic Denicola a écrit :
Realizing the difference between these is important background to realizing why
async + sugar cannot replace synchronous code. (Apologies if this was stating
the obvious...)
Is replacing sync APIs a goal? It sure isn't mine.
My point is that from a purely technical perspective async is better as
it allows better reuse of process/threads. Historically async
programming has been hard to read/write. Things are getting better as
programming languages evolve (ES7) is all I'm saying.
David