Package-level declarations

Types

Link copied to clipboard

Provides answering navigation for the public runtime APIs.

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

Properties

Link copied to clipboard

Holds the answering navigation provider installed by a Circuit content host.

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.