ComponentTreeScope

class ComponentTreeScope(lithoTree: LithoTree, val coroutineContext: CoroutineContext) : CoroutineScope

A CoroutineScope that is scoped to whether the ComponentTree is released.

If the tree is already released, this scope will immediately be canceled.

Constructors

Link copied to clipboard
constructor(lithoTree: LithoTree, coroutineContext: CoroutineContext)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun register()