Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Throw operator #330

Merged
merged 1 commit into from
Apr 5, 2023
Merged

Conversation

viceroypenguin
Copy link
Owner

@viceroypenguin viceroypenguin commented Apr 5, 2023

This PR copies the Throw operator from SuperLinq and adapts to an async operator.

Fixes #323

@viceroypenguin viceroypenguin merged commit 88cd5aa into replace-System.Interactive.Async Apr 5, 2023
@viceroypenguin viceroypenguin deleted the throw branch April 5, 2023 16:31
viceroypenguin added a commit that referenced this pull request Apr 26, 2023
* Update doc reference away from System.Interactive.Async

* Remove `System.Interactive.Async` w/ placeholders

* Add `Memoize` operator (#279)

* Add `Repeat` operator (#280)

* Add `Do` operator (#281)

* Add `Case` operator (#284)

* Add `If` operator (#285)

* Add `ForEach` operator (#287)

* Add `Batch` operator (#289)

* Add `Buffer` operator (#291)

* Rename `ScanEx` back to `Scan` (#295)

* Add `MinByWithTies` and `MaxByWithTies` (#298)

* Add `DistinctUntilChanged` operator (#305)

* Add `While` operator (#308)

* Add `DoWhile` operator (#328)

* Correct testing code for async `While`

* Add `Throw` operator (#330)

* Address build warning

* Add `Finally` operator (#334)

* Add `Catch` operator (#335)

* Add `Defer` operator (#336)

* Add `Retry` operator (#338)

* Add `Using` operator (#339)

* Add `Return` operator (#340)

* Add `OnErrorResumeNext` operator (#341)

* Correct missing `.ConfigureAwait()` in `Memoize()`

* Correct `TestingSequence` to match sync version

* Add `Share` operator (#343)

* Add `Publish` operator (#342)

* Add `Timeout` operator (#348)

* Add `Amb` operator (#351)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant