Skip to content

TakeUntil with CancellationToken - #2222

Merged
idg10 merged 10 commits into
mainfrom
feature/takeuntil-update
Sep 3, 2025
Merged

idg10 merged 10 commits into
mainfrom
feature/takeuntil-update

Conversation

@idg10

@idg10 idg10 commented Sep 3, 2025

Copy link
Copy Markdown
Collaborator

Resolves #2181

This takes the changes from #2182 and fixes the minor issues (use of block-scoped vs file-scoped namespaces, a typo, and the spelling we mostly use for Cancelled). @nilsauf, the author of #2182 is currently on vacation, so I'm making these changes to enable this to get merged sooner, and into the 6.1 release

@idg10 idg10 added this to the Rx 6.1 milestone Sep 3, 2025
@idg10 idg10 self-assigned this Sep 3, 2025
@idg10 idg10 added the [area] Rx label Sep 3, 2025
@idg10 idg10 changed the title Feature/takeuntil update TakeUntil with CancellationToken Sep 3, 2025
Comment thread Rx.NET/Source/src/System.Reactive/Linq/Observable.Multiple.cs Outdated
Comment thread Rx.NET/Source/src/System.Reactive/Linq/Qbservable.Generated.cs Outdated
@idg10
idg10 merged commit 8a0af2d into main Sep 3, 2025
7 checks passed
@idg10
idg10 deleted the feature/takeuntil-update branch September 3, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: TakeUntil Operator with CancellationToken

3 participants