In the previous part
[https://vane.life/2015/08/24/write-your-own-async-task-queue-2/], we've made the
task queue usable. However, for better performance, we usually want multiple
tasks in the queue run simultaneously.
What comes to your mind first?
Start Multiple Tasks Simultaneously
We are dealing with an asynchronous issue,