Package-level declarations

Types

Link copied to clipboard
class StableCoroutineScope(scope: CoroutineScope) : CoroutineScope

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.