Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 540 Bytes

NFanout

Intelligent Work Switching

Powered by Dataflow (Task Parallel Library)

NFanout is a C# Simple Library for parallel computing using TPL DataFlow.

Features

  • Single thread message injestion providing a total order function for messages
  • Configurable routing:
    • Fixed routing (Round Robin, Less Workload)
    • Automatic routing queues addressable by keys

Soon a scheme representing overall funcionality.