Update block-loop.md

- Fix Link [Event Loop Best Practices — NodeJS Event Loop Part 5]
This commit is contained in:
ari
2021-03-14 01:42:58 -03:00
committed by GitHub
parent 5aa4d5db92
commit a4efb9a979

View File

@ -47,4 +47,4 @@ while loop.
>[Don't Block the Event Loop (or the Worker Pool) | Node.js](https://nodejs.org/en/docs/guides/dont-block-the-event-loop/)
> Most people fail their first few NodeJS apps merely due to the lack of understanding of the concepts such as the Event Loop, Error handling and asynchrony
[Event Loop Best Practices — NodeJS Event Loop Part 5](https://jsblog.insiderattack.net/event-loop-best-practices-nodejs-event-loop-part-5-e29b2b50bfe2)
[Event Loop Best Practices — NodeJS Event Loop Part 5](https://blog.insiderattack.net/event-loop-best-practices-nodejs-event-loop-part-5-e29b2b50bfe2)