Package-level declarations
Functions
Link copied to clipboard
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.