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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -