Articles tagged Await

18 October 2012
18 October 2012

Syntactic Sugar and the Async Pill

0
6
Asynchrony is essential for scalability and performance on the server side. Although it has always been possible to write asynchronous code, there has, up to now, been a downside: it is difficult to understand and maintain. Now, with the async/await. keywords, the whole approach is radically simplified for the programmer.… Read more