What is Kotlin coroutine scope?

CoroutineScope. common. interface CoroutineScope. Defines a scope for new coroutines . Every coroutine builder (like launch, async, etc.) is an extension on CoroutineScope and inherits its coroutineContext to automatically propagate all its elements and cancellation.

Leave a Reply

Your email address will not be published. Required fields are marked *