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 -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -