GitXplorerGitXplorer
q

MoreRx

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a8b543394deed5e6add0e86188863f68aed4f7e0

Add benchmark for OrderBy

qquinmars committed 2 years ago
Unverified
0375eb2d47c063b98db5c371ab805cb106c04aa2

Fix nuget badge

qquinmars committed 2 years ago
Unverified
5296ffa3a808ab9b7b9c4074c60e7d2304cd54b4

Release v0.2.0

qquinmars committed 2 years ago
Unverified
7bb312f934a7a025cd35efa4f1b384693b497a2f

Update Readme.md

qquinmars committed 2 years ago
Unverified
2a5aef881d8d53191bfcc5bd7c244ce1f1af2d9c

Add some documentation

qquinmars committed 2 years ago
Unverified
7577f2b20aa149d0f4870185f110497b549b2c0d

Formatting

qquinmars committed 2 years ago

README

The README file for this repository.

MoreRx - More reactive extensions

Nuget Unit Tests codecov

This library contains a collection of operators, that are not important enough to be part of the official System.Reactive package, but still useful enough to be shared in a library.

The library currently comprises the following operators:

  • Chunk
  • DelayOn and DelayOff
  • OrderBy, LargestBy, SmallestBy, and ThenBy
  • Pairwise
  • SwitchFirst
  • TakeUntil + CancellationToken