/ProducerConsumer

A Producer / Consumer Pattern implemented with BlockingCollection

Primary LanguageC#MIT LicenseMIT

Producer Consumer

A Producer / Consumer Pattern implemented with BlockingCollection

  • Add unit tests!
  • Add GUI app driver for better viewing
  • Allow live configuration of # of Producers & Consumers
  • Fix issue with keypress sometimes being ignored (thrown together without regard for that)