psmelser 


  • The TaskRunner library is intended to remove some boiler plate code required to create a sequential or parallel task execution. If you looking for more of a Pipe and Filter inplementation check out the... More information
  • This library provides a simple interface for creating a pipe and filter architecture. The behaviour between filters is similar to a producer consummer pattern and makes use of BlockingCollection to maximize... More information