Buffered.Channel
1.0.0
Implements buffered consumer using System.Threading.Channels.Channel<T>.
Consumer callback methods are called when buffer limit is reached or time reached flush interval.
Install-Package Buffered.Channel -Version 1.0.0
dotnet add package Buffered.Channel --version 1.0.0
<PackageReference Include="Buffered.Channel" Version="1.0.0" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Buffered.Channel, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
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.