System.Threading.Channels
5.0.0
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
When using NuGet 3.x this package requires at least version 3.4.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.12 or higher.
Install-Package System.Threading.Channels -Version 5.0.0
dotnet add package System.Threading.Channels --version 5.0.0
<PackageReference Include="System.Threading.Channels" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Threading.Channels --version 5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Threading.Channels, 5.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install System.Threading.Channels as a Cake Addin #addin nuget:?package=System.Threading.Channels&version=5.0.0 // Install System.Threading.Channels as a Cake Tool #tool nuget:?package=System.Threading.Channels&version=5.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
https://go.microsoft.com/fwlink/?LinkID=799421
Dependencies
-
.NETCoreApp 2.1
- No dependencies.
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.6
- NETStandard.Library (>= 1.6.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETFramework 4.6.1
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages (230)
Showing the top 5 NuGet packages that depend on System.Threading.Channels:
Package | Downloads |
---|---|
StackExchange.Redis
High performance Redis client, incorporating both synchronous and asynchronous usage.
|
|
Npgsql
Npgsql is the open source .NET data provider for PostgreSQL.
|
|
RabbitMQ.Client
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
|
|
Microsoft.AspNetCore.SignalR.Core
Real-time communication framework for ASP.NET Core.
This package was built from the source code at https://github.com/aspnet/SignalR/tree/a9def470e3b8e1480c55d1c311e4b37472140307
|
|
MassTransit
MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
GitHub repositories (52)
Showing the top 5 popular GitHub repositories that depend on System.Threading.Channels:
Repository | Stars |
---|---|
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
|
|
SignalR/SignalR
Incredibly simple real-time web for .NET
|
|
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
|
|
dotnet/orleans
Orleans is a cross-platform framework for building distributed applications with .NET
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|