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.
我有多个可以并行运行的不同类型的消费者,但我不希望所有消费者同时并行运行,因为我没有那么多 CPU 内核,并且性能会因为上下文切换而降低。这种情况通常如何用disruptor-net解决?