One of the first things you’ll notice is the extra parameter to the function — theContinuation. It forms the entire foundation of coroutines, and it is the most important thing by which suspendable functions are different from regular ones. Continuations allow functions to work in suspended mo...