Slide 19
Slide 19 text
Connection both continuations
Can I connect by seamless between .NET Tasks and F# Asyncs?
◦ Before thinking, very nearly structure and interfaces for Task and Async<‘T>.
Then?
◦ Can use await in C# for F#’s Async<‘T>?
◦ And/or can use let! in F# async workflow for Task?
◦ If can, use let!, use!, do!, return! handling directly with HttpClient.GetStreamAsync().