Roman Elizarov
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.

--

--

Roman Elizarov
Roman Elizarov

Written by Roman Elizarov

Project Lead for the Kotlin Programming Language @JetBrains

No responses yet