/trydotnet-channels

Interactive examples of common C# concurrency patterns using channels.

Primary LanguageC#MIT LicenseMIT

C# Concurrency Patterns with Channels

Build Status

This project contains interactive examples for implementing concurrent workflows in C# using channels. Check my blog posts on the topic:

Table of contents

How to run it

Install dotnet try

git clone https://github.com/deniskyashif/trydotnet-channels.git
cd trydotnet-channels
dotnet try