Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是使用单生产者多消费者线程架构。我想使用 Folly 库。有一种数据结构叫ProducerConsumerQueue,但我认为它是用来实现一个生产者一个消费者的架构。Folly 中是否有任何队列或数据结构来实现单生产者多消费者线程架构?