You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have this scene: a single-producer, multi-consumer, and these consumer thread execute alternately. That is to say, only one consumer thread is using the queue at any time, which lock-free queue should I use? A single-producer, single-consumer lock-free queue or a single-producer, multi-consumer lock-free queue
The text was updated successfully, but these errors were encountered:
Hello, I have this scene: a single-producer, multi-consumer, and these consumer thread execute alternately. That is to say, only one consumer thread is using the queue at any time, which lock-free queue should I use?
A single-producer, single-consumer lock-free queue
ora single-producer, multi-consumer lock-free queue
The text was updated successfully, but these errors were encountered: