Friday, 2 August 2019

Analysis tool to make sure I'm not blocking the event loop(or anything else)?

Greetings all,Having recently gotten into nodejs after years of java, the concept of the event loop and promises is still sort of alien.But I've been told that the one thing you shouldn't do is block the event loop.So I wonder if there's a way to automatically detect this? Both for myself and for existing bigger projects, this would be very useful to have, I think.

Submitted August 02, 2019 at 09:53AM by Vordreller

No comments:

Post a Comment