Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/instructions/dynamicdata-cache.instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@ FIFO eviction when cache exceeds a size limit.

`IObservable<IObservable<IChangeSet<T,K>>>` → subscribes to the latest inner observable, disposing previous.

The previous subscription is released before its replacement starts. Reentrant selection during reset, disposal, or initial delivery cannot activate a superseded source or dispose the newest subscription. Outer completion waits for the selected inner source, while errors and disposal cancel pending activation.

### RefCount

Shares the upstream subscription with reference counting.
Expand Down
Loading
Loading