https://github.com/discosultan/rx-pipe
Sample project for solving the 'async yield' issue using Reactive Extensions
https://github.com/discosultan/rx-pipe
Last synced: 10 months ago
JSON representation
Sample project for solving the 'async yield' issue using Reactive Extensions
- Host: GitHub
- URL: https://github.com/discosultan/rx-pipe
- Owner: discosultan
- Created: 2015-06-11T17:23:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T16:55:48.000Z (over 8 years ago)
- Last Synced: 2025-06-21T20:13:24.320Z (12 months ago)
- Language: C#
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rx-pipe
Sample for solving the 'async yield' issue using .NET Reactive Extensions. The project is using C# 6 features and targets .NET framework 4.6.
## Assemblies
- **RxPipe.Lib**: Core library providing a reactive pipeline for processing Contoso library books.
- **RxPipe.ConsoleUI**: Console output for the pipe.