Viki.Pipeline.Core 0.0.10-preview

This is a prerelease version of Viki.Pipeline.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Viki.Pipeline.Core --version 0.0.10-preview
                    
NuGet\Install-Package Viki.Pipeline.Core -Version 0.0.10-preview
                    
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="Viki.Pipeline.Core" Version="0.0.10-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Viki.Pipeline.Core" Version="0.0.10-preview" />
                    
Directory.Packages.props
<PackageReference Include="Viki.Pipeline.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Viki.Pipeline.Core --version 0.0.10-preview
                    
#r "nuget: Viki.Pipeline.Core, 0.0.10-preview"
                    
#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.
#addin nuget:?package=Viki.Pipeline.Core&version=0.0.10-preview&prerelease
                    
Install Viki.Pipeline.Core as a Cake Addin
#tool nuget:?package=Viki.Pipeline.Core&version=0.0.10-preview&prerelease
                    
Install Viki.Pipeline.Core as a Cake Tool

WiP
Collection of tools for moving large amounts of data within the app between threads through streams/enumerables.
IPipe<T> - in-memory transport layer.
- Current implementation (BatchingPipe) always keeps something in the buffer unless its completed, thus if wanna keep pipe open for a while and flush things - no such feature yet.
*Producer/Consumer*StreamAdapter's helps work with IPipe as if it was a MemoryStream but with ability to read and write at the same time (performance will be better once i will cut away CombinedAsyncStream from Read Adapter.)
* Additionally there are extensions which expose Read/Write of pipes through enumerables.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.6-preview 784 9/13/2022
0.1.5-preview 137 9/13/2022
0.1.4-preview 160 8/31/2022
0.1.3-preview 123 8/31/2022
0.1.2-preview 119 8/30/2022
0.1.1-preview 121 8/30/2022
0.1.0-preview 119 8/30/2022
0.0.10-preview 238 4/13/2021
0.0.9-preview 245 3/25/2021
0.0.8-preview 229 3/23/2021
0.0.7-preview 202 3/16/2021
0.0.6-preview 192 3/15/2021

MvP library version for first battle-tests.
for now nothings stable, anything can be refactored.