TaskTupleAwaiter NuGet Package

Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types

var (result1, result2) = await (GetStringAsync(), GetGuidAsync());

Based on the work of Joseph Musser https://github.com/jnm2.




Got any TaskTupleAwaiter Question?





Info

Version: 2.1.0
Author(s): Joseph Musser, Brian Buvinghausen
Last Update: Wednesday, March 20, 2024
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/buvinghausen/TaskTupleAwaiter/blob/master/README.md
NuGet Url: https://www.nuget.org/packages/TaskTupleAwaiter


Install
Install-Package TaskTupleAwaiter
dotnet add package TaskTupleAwaiter
paket add TaskTupleAwaiter
TaskTupleAwaiter Download (Unzip the "nupkg" after downloading)

.NETFramework 4.5 .NETStandard 2.0
  • No dependencies.


Tags



STATS

must-have-score

3.2

avg-downloads-per-day

259

days-since-last-release

29