Posts by Th97 • 1 point
1 post
-
0
votes0
answers23
viewsQ: How to identify whether an npm package is thread blocking or not?
I’m using the package Adm-zip on a project in node.js. I wonder if this package blocks Event loop and how I could identify packages that are thread-bloking or not.…