asynchronous - How to check whether a function in Node.js runs synchronously or asynchronously -


is there way know through memory analysis or way of application profiling?

there no sure way check programmatically. either check documentation or source code absolutely sure if function name not have traditional sync suffix.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -