We need to implement queues for long running process such as command execution, project initialization and so on.
This will help with the following:
- Handle multiple commands passed in by the user.
- Handle scenarios where the user executes a command and immediately cancels/reruns it.
We need to implement queues for long running process such as command execution, project initialization and so on.
This will help with the following: