Back to Dotnet

System.Collections.Concurrent

src/libraries/System.Collections.Concurrent/README.md

11.0.1001.3 KB
Original Source

System.Collections.Concurrent

This is the assembly that surfaces concurrent collections such as ConcurrentDictionary<TKey, TValue> and ConcurrentBag<T>. It provides thread-safe collections that should be used whenever multiple threads are accessing the collection concurrently.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.collections.concurrent.

Contribution Bar

See the Help Wanted issues.

Deployment

System.Collections.Concurrent is included in the shared framework and also provided as a NuGet package.