AsyncCollections 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsyncCollections --version 1.1.0
NuGet\Install-Package AsyncCollections -Version 1.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncCollections --version 1.1.0
#r "nuget: AsyncCollections, 1.1.0"
#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.1.0

// Install AsyncCollections as a Cake Tool
#tool nuget:?package=AsyncCollections&version=1.1.0

This package contains a set of non-blocking thread-safe collections designed to be used asynchronously.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 27,164 10/2/2019
2.0.0-rc 837 7/19/2018
1.3.8 3,783 5/9/2016
1.3.7 1,419 2/14/2016
1.3.6 1,596 11/21/2015
1.3.5 1,392 11/2/2015
1.3.4 1,394 10/28/2015
1.3.3 1,164 10/28/2015
1.3.2 1,295 3/30/2015
1.3.1 1,184 3/28/2015
1.3.0 1,527 12/13/2014
1.2.0 1,317 10/25/2014
1.1.0 1,329 10/25/2014
1.0.0 1,251 10/18/2014

v1.1.0: AsyncCollection<T>.TakeFromAny()
v1.0.0: Initial release.