I’m a little bit confused. Wikipedia says that Array is a data structure: In computer science, an array data structure, or simply an array, is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key. Stack and queue are also data structures. Learn.js says that array can work
Tag: queue
async.queue drain function won’t fire
I had an async.queue implementation on my node js app but the queue.drain function recently stopped firing at all. I suspected the issue was related to await statements I have inside task functions but I also am able to reproduce the issue using the sample on async docs This will output the following on my console but not the drain