F# – helper functions to convert between Async<unit> and Task
With the official release of .Net 4.5 and Visual Studio 2012, I suspect many .Net developers will be rushing to rewrite their data access or network layers (amongst many many other things!) to take advantage of the new async-await (see the excellent 101 examples here) language feature in C#, which means you’ll likely be working …
F# – helper functions to convert between Async<unit> and Task Read More »