AlphaAlphaSignal that the provided value has changed. Triggers re-evaluation in active subscribers whose resolved value could have changed.
Reactive providers call notify whenever their underlying value
changes. Non-reactive providers ignore notify and only call
teardown on disconnect.
AlphaDetach the provider from its host. Call from
disconnectedCallback (or equivalent) so the registry stops
walking through it.
Handle returned by ContextRegistry.provide for the lifetime of a provider registration.