Learning Kotlin Language
Making Asynchronous Call With Kotlin’s SuspendCancellableCoroutine
Beyond Kotlin Coroutine’s launch and async-await
Earlier this year, I wrote about Network Call using Coroutine’s Launch and Async-Await. It demonstrates how to make multi-threaded flow synchronous, using suspend function.