AsyncCollections 1.3.6
See the version list below for details.
dotnet add package AsyncCollections --version 1.3.6
NuGet\Install-Package AsyncCollections -Version 1.3.6
<PackageReference Include="AsyncCollections" Version="1.3.6" />
paket add AsyncCollections --version 1.3.6
#r "nuget: AsyncCollections, 1.3.6"
// Install AsyncCollections as a Cake Addin #addin nuget:?package=AsyncCollections&version=1.3.6 // Install AsyncCollections as a Cake Tool #tool nuget:?package=AsyncCollections&version=1.3.6
This package contains a set of lock-free thread-safe collections designed to be used asynchronously.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AsyncCollections:
Package | Downloads |
---|---|
AsyncIO.ProducerConsumer
A library that provides async configurable producer consumer chaining with callbacks and base classes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 30,956 | 10/2/2019 |
2.0.0-rc | 849 | 7/19/2018 |
1.3.8 | 3,983 | 5/9/2016 |
1.3.7 | 1,447 | 2/14/2016 |
1.3.6 | 1,614 | 11/21/2015 |
1.3.5 | 1,411 | 11/2/2015 |
1.3.4 | 1,409 | 10/28/2015 |
1.3.3 | 1,185 | 10/28/2015 |
1.3.2 | 1,308 | 3/30/2015 |
1.3.1 | 1,204 | 3/28/2015 |
1.3.0 | 1,547 | 12/13/2014 |
1.2.0 | 1,331 | 10/25/2014 |
1.1.0 | 1,342 | 10/25/2014 |
1.0.0 | 1,275 | 10/18/2014 |
v1.3.6: Added GitLink symbol integration
v1.3.5: Fixed the cancellation delegate leak in AsyncCollection.TaskFromAny(). AsyncCollection.TakeAsync() no longer consumes an item if the CancellationToken is cancelled before the call.
v1.3.4: Removed unnecessary dependencies
v1.3.3: Fixed the cancellation delegate leak in AsyncCollection.TakeAsync()
v1.3.2: Fixed the crash when running on Mono
v1.3.1: AsyncCollection.TakeAsync() continuation can no longer be inlined on the thread that called Add()
v1.3.0: AsyncCollections is now a PCL
v1.2.0: AsyncBoundedPriorityQueue<T>
v1.1.0: AsyncCollection<T>.TakeFromAny()
v1.0.0: Initial release.