Problem In our application we watch file changes using .NET FileSystemWatcher. After each file change we process the new content […]
Tag: tpl-dataflow
TPL Dataflow BatchBlock with Batch Size & Timeout
Problem I needed BatchBlock with support for timeout (act greedy on what it received at that time) and by some […]
Batcher using Microsoft.Tpl.Dataflow
Problem What do you think? In particular, I’m not sure about my exception handling approach to raise errors when posting […]