简体   繁体   中英

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.

The type is a queue wrapper around a MailboxProcessor type.

I am using VS2015.

You need to install the nuget package FSharpx.Async

PM> Install-Package FSharpx.Async

Homepage at http://fsprojects.github.io/FSharpx.Async/

Then you need to open the namespace FSharpx.Control.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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