rememberStableCoroutineScope
Returns a StableCoroutineScope around a rememberCoroutineScope. This is useful for event callback lambdas that capture a local scope variable to launch new coroutines, as it allows them to be stable.