TLDR, Short answer, yes we do! What is not a kotlin coroutine?
Coroutines are not threads or in any way lightweight threads, I have seen hazy analogies in various articles but it confuses more often than it helps. What are kotlin coroutines?
Strictly speaking, coroutines are instances of suspendable computation, i.e…