Protocol-neutral container for shared exploration state. One context
normally backs one Dataset; multiple views attach via bind. State
mutations go through dispatch and are visible synchronously to
state / snapshot but listeners fire on a microtask so a burst of
intents coalesces into a single notification per slice.
Protocol-neutral container for shared exploration state. One context normally backs one
Dataset; multiple views attach viabind. State mutations go throughdispatchand are visible synchronously tostate/snapshotbut listeners fire on a microtask so a burst of intents coalesces into a single notification per slice.