Kotlin Coroutines
Introduction
Many times one may want to perform long-running tasks, like fetching data from a database or even uploading data, which often take so much time to be completed, what can I do so that even as I perform this long-running task I can continu...
brandyodhiambo.hashnode.dev6 min read