In the doc you can read ```rememberCoroutineScope ...
# compose-android
m
In the doc you can read
Copy code
rememberCoroutineScope is a composable function that returns a CoroutineScope bound to the point of the Composition where it's called. The scope will be cancelled when the call leaves the Composition.
The scope will be cancelled when the call leaves the Composition.
-> what does the scope mean here exactly?
s
The coroutine scope that is returned