This project contains interactive examples for implementing concurrent workflows in C# using channels. Check my blog posts on the topic:
- C# Channels - Publish / Subscribe Workflows
- C# Channels - Timeout and Cancellation
- C# Channels - Async Data Pipelines
Install dotnet try
git clone https://github.com/deniskyashif/trydotnet-channels.git
cd trydotnet-channels
dotnet try