简体   繁体   English

在当前F#程序集中找不到`BlockingQueueAgent`类型?

[英]Can't find the `BlockingQueueAgent` type within current F# assemblies?

Documentation on the web seems to point to this type being within FSharp.Control namespace & inside FSharp.Core assembly BUT I can't seem to find it there. Web上的文档似乎指向FSharp.Control命名空间以及FSharp.Core程序集内部的这种类型,但是我似乎在那儿找不到它。

The type is a queue wrapper around a MailboxProcessor type. 该类型是围绕MailboxProcessor类型的队列包装。

I am using VS2015. 我正在使用VS2015。

You need to install the nuget package FSharpx.Async 您需要安装nuget软件包FSharpx.Async

PM> Install-Package FSharpx.Async

Homepage at http://fsprojects.github.io/FSharpx.Async/ 主页位于http://fsprojects.github.io/FSharpx.Async/

Then you need to open the namespace FSharpx.Control. 然后,您需要打开命名空间FSharpx.Control。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM