- A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
These codes were created to understand coroutine and other terms that go with it. In the code you will find how to use:
- GlobalScope
- runBlocking
- CoroutineScope
- Suspend
- Dispatcher
- Async
- job
- withContext