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 -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

python - How to read gradle build progress from it's output? -