What do you think of this use case @edvin? And is it handled with openModal?
1. Call a service asynchronously to retrieve a list of fake game servers
2. Display a prompt to select a game server
3. Continue with the service call to contact a fake game server
I know this could be done with a pair of tasks, the second one activated by the action in Step 2. I'm curious to see if you could write it without the sequence spanning so much code.