Skip to content

Async helper library to allow leveraging the new ValueTuple data types in C# 7.0

License

Notifications You must be signed in to change notification settings

pressreader/TaskTupleAwaiter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskTupleAwaiter

Async helper library to allow leveraging the new ValueTuple data types in C# 7.0 to thread and run tasks with disparate return types.

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

NuGet

About

Async helper library to allow leveraging the new ValueTuple data types in C# 7.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%