Continuations are a powerful part of Swift Concurrency that helps you to convert asynchronous code using delegates and callbacks into code that uses async/await calls, which is exactly what you will do in this article!
This is a companion discussion topic for the original entry at https://www.kodeco.com/38838074-swift-concurrency-continuations-getting-started