开发者

where is Async.BuildPrimitive and Async.Spawn defined?

开发者 https://www.devze.com 2023-01-23 20:42 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消