0
kicks
TPL DataFlow–BufferBlock<T> & Load Balancing
Let’s consider a situation where we have a data source which is churning out data like a continuous stream and passing it to some data processing units (like a method) as shown in the figure below.The processing units are load balanced i.e. if one unit is still busy processing then the next element coming out of the data source will be handed over to the next processing unit.