List down the two arguments that async.queue takes as input?

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, MySQL, MongoDB. Love collaborating & making a difference
Task function
Concurrency value
const queue = async.queue(Task function, Concurrency value)




