Component - CoroutineScope and dispatchers
This UI component demonstrates how CoroutineScope and dispatchers work together in Android Kotlin to run tasks on different threads. It shows a button that, when clicked, starts a coroutine on a background thread and updates the UI on the main thread.