Async/Await inside a Coroutine

We are using an external library that lets us await a longer task via the async/await pattern. We need to await this job while an animation is running...