Channels

USE FOR: Implementing high-performance producer/consumer queues with backpressure using System.Threading.Channels for background processing, pipelines, and async message passing. DO NOT USE FOR: Simple async/await workflows without queuing, IObservable-based event streams (use Reactive Extensions), or distributed message queues (use RabbitMQ, Azure Service Bus).

Tyler-R-Kendrick ea8ccfc 16 files · 35.0 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/reactive/channels commit ea8ccfc25c

Frequently asked questions

npx skillmds add tyler-r-kendrick/channels