The snippet shows how to extend the built-in F# async computation builder with the ability to await standard .NET tasks using the let! keyword.
18 people like thisPosted: 11 years ago by Tomas Petricek
Helper Type Extension to convert a System.Threading.Tasks.Task to IObservable.
1 people like thisPosted: 9 years ago by Riccardo Terrell
Async task computation expression, in order to avoid Async.AwaitTask for C# interop
3 people like thisPosted: 8 years ago by cboudereau
When writing asynchronous code in F#, one often needs to call methods in the .NET BCL that return Task or Task
Posted: 6 years ago by Aaron Eshbach
Using task based async, won't block the thread.
2 people like thisPosted: 10 years ago by Tuomas Hietanen
An example that showcases why AsyncBuilder.Bind() overloads for task inputs is unfit for F#
3 people like thisPosted: 8 years ago by Eirik Tsarpalis
Simple Async Workflow computation expression overload to support task operations.
3 people like thisPosted: 8 years ago by Riccardo Terrell