An open API service indexing awesome lists of open source software.

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

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.