GameVsJam/3d Prototyp/Assets/Packages/System.Threading.Tasks.Data.../System.Threading.Tasks.Data...

39 lines
2.1 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>System.Threading.Tasks.Dataflow</id>
<version>8.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<description>TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock&lt;TInput&gt;
System.Threading.Tasks.Dataflow.BatchBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.BroadcastBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BufferBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.TransformBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.TransformManyBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.WriteOnceBlock&lt;T&gt;</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net6.0" />
<group targetFramework="net7.0" />
<group targetFramework="net8.0" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>