Tag: ConcurrentBag
Building messages in parallel
I recently saw some code where the developer was attempting to build up messages inside tasks that were being reported outside of the task. In a sequential...
Parallelisation Talk Example – ConcurrentBag
This example shows a ConcurrentBag being populated and it being accessed while another task is still populating the bag. The ConcurrentBag class can be found...
