Suggested exercises for async code?

Are there any suggested exercises for code involving asyc/await and Promises?

Thanks a lot.

Franco

One: bank account. Though that might only use Promises on the JS track and not on the TS track…

unfortunately the bank-account exercise doesn’t do any concurrency. I don’t think anyone has created any such exercises for typescript.

Thank for your answers.
Actually the Typescript version of the bank account exercise is not related to async code.
It would be great to have exercises related to this topic, even if we already have a lot of good exercises for TS. (Thanks to the authors!)