1 min readMay 15, 2019
Suspending functions are sequential. Calling suspending functions does not introduce any concurrency into the code. However, when you launch a coroutine then a new concurrent piece of work starts.
Suspending functions are sequential. Calling suspending functions does not introduce any concurrency into the code. However, when you launch a coroutine then a new concurrent piece of work starts.
Project Lead for the Kotlin Programming Language @JetBrains