Concurrent Data Structures

In this post we are going to look at concurrent data structures, why they are helpful for synchronization purposes and which basic data structures TPL does provide you as an application developer. What this post will cover Why one needs concurrent data structures Which data structures does TPL offer Concurrent Read more…