System.Threading.Channels
6.0.0
Prefix Reserved
See the version list below for details.
Install-Package System.Threading.Channels -Version 6.0.0
dotnet add package System.Threading.Channels --version 6.0.0
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
paket add System.Threading.Channels --version 6.0.0
#r "nuget: System.Threading.Channels, 6.0.0"
// Install System.Threading.Channels as a Cake Addin
#addin nuget:?package=System.Threading.Channels&version=6.0.0
// Install System.Threading.Channels as a Cake Tool
#tool nuget:?package=System.Threading.Channels&version=6.0.0
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.1
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.0
- System.Threading.Tasks.Extensions (>= 4.5.4)
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (342)
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 (59)
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.
|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
StackExchange/StackExchange.Redis
General purpose redis client
|