0
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.
0
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.
Browser other questions tagged node.js thread npm
You are not signed in. Login or sign up in order to post.
I don’t know any Node or npm tools that automate this. You will need to scan the package, test if it blocks or not - even because every library can have several functions and one can be blocking, but another not.
– BrTkCa
I voted to close this question because it is too broad - I cannot imagine an answer that is satisfactory.
– BrTkCa