- Top 1% Node.Js Engineer
- Posts
- Breaking the Event Loop
Breaking the Event Loop
In this week’s article I write about a two sided knife, when marking synchronous functions with the async
keyword. You can achieve parallel programming like side effects, when multiple functions access the same memory, while the functions are not executed in order anymore. You can read more and see an example in the article.
A list of articles to read if Breaking the event loop article triggered your curiosity.