In the previous part, 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, but we can still take something that runs synchronously: