System.Collections.Concurrent logo
C1249F0E-8D06-4407-9877-A93914C30612
/ nuget package

System.Collections.Concurrent

Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages when...
103
0
+ 1
0

What is System.Collections.Concurrent?

Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Concurrent is a tool in the NuGet Packages category of a tech stack.

Who uses System.Collections.Concurrent?

Companies
7 companies reportedly use System.Collections.Concurrent in their tech stacks, including EchoGoService, Vk, and Dgiot Dtu.

Developers
23 developers on StackShare have stated that they use System.Collections.Concurrent.

Built For

System.Collections.Concurrent Comparisons

Related Comparisons
No related comparisons found