cameron314 / concurrentqueue

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Other
10k stars 1.69k forks source link

Waiting without dequeuing #371

Open cconverse711 opened 11 months ago

cconverse711 commented 11 months ago

Is there a way to wait (using the blocking variant) without dequeuing from the container?

cameron314 commented 11 months ago

There is not