markekraus / ConcurrentPowerShellProducerConsumer

Concurrent Programming in PowerShell with the Producer Consumer Pattern
MIT License
40 stars 4 forks source link

could you like to add SplitPipe? #1

Closed mazzy-ax closed 6 years ago

mazzy-ax commented 6 years ago

could you like to add SplitPipe as pattern example?

markekraus commented 6 years ago

The focus of this presentation is on the Producer-Consumer pattern with a brief intro to some common concurrent methods. I did not include every method on purpose because this is not about concurrent programing in general.