Scenario:
On button click multiple concurrent functions start some potentially long running operations. I want to provide feedabck to the user as each of these processes complete.
Current solution:
Start a number of timers to separate the concurrent functions and allow for tracking when each completes.
Ideal solution:
Concurrent function provides a .done or .then equivalent