brandondahler / Data.HashFunction

C# library to create a common interface to non-cryptographic hash functions.
MIT License
255 stars 42 forks source link

Support Async Version in .NET 4.0 With Microsoft.Bcl.Async #15

Closed vector-man closed 9 years ago

vector-man commented 9 years ago

Would it be possible to add support for the async version of the library in .NET 4.0, using Microsoft.Bcl.Async? I'm going to try to do it myself, but it would be nice if there was a Nuget package available for that.

brandondahler commented 9 years ago

Sounds simple enough, I'll take a look at it.

brandondahler commented 9 years ago

There are now *.Net40Async versions of all the packages that will allow net40 applications to use the async/await functionality.