Skip to content

Latest commit

 

History

History
 
 

System.Collections.Concurrent

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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/en-us/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.