AsyncCollections 1.3.2
dotnet add package AsyncCollections --version 1.3.2
NuGet\Install-Package AsyncCollections -Version 1.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsyncCollections" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncCollections --version 1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AsyncCollections, 1.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AsyncCollections as a Cake Addin #addin nuget:?package=AsyncCollections&version=1.3.2 // Install AsyncCollections as a Cake Tool #tool nuget:?package=AsyncCollections&version=1.3.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This package contains a set of lock-free thread-safe collections designed to be used asynchronously.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.