Buffered.Channel
1.0.0-rc1
Implements buffered consumer using System.Threading.Channels.Channel<T>.
Consumer callback methods are called when buffer limit is reached or time reached flush interval.
This is a prerelease version of Buffered.Channel.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Buffered.Channel -Version 1.0.0-rc1
dotnet add package Buffered.Channel --version 1.0.0-rc1
<PackageReference Include="Buffered.Channel" Version="1.0.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Buffered.Channel --version 1.0.0-rc1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Buffered.Channel, 1.0.0-rc1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Buffered.Channel as a Cake Addin
#addin nuget:?package=Buffered.Channel&version=1.0.0-rc1&prerelease
// Install Buffered.Channel as a Cake Tool
#tool nuget:?package=Buffered.Channel&version=1.0.0-rc1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- System.Threading.Channels (>= 4.7.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Buffered.Channel:
Package | Downloads |
---|---|
InfluxDB.Client.Buffered
Adds a buffer on top of InfluxDB 2.0 client. Pushing to metrics server happens when buffer is full or flush interval is reached.
|
GitHub repositories
This package is not used by any popular GitHub repositories.