Working through Expert F开发者_StackOverflow社区# and it uses some examples that use Async.BuildPrimitive and Async.Spawn however they are undefined. I am using .NET 4.0.
Library API was changed since publishing the first edition of "Expert F#"
Async.BuildPrimitive -> Async.FromBeginEnd
Async.Spawn -> Async.Start
精彩评论