concurrentqueue icon indicating copy to clipboard operation
concurrentqueue copied to clipboard

A fast multi-producer, multi-consumer lock-free concurrent queue for C++11

Results 81 concurrentqueue issues
Sort by recently updated
recently updated
newest added

I'd like to be able to use this queue where the producer is in a separate process from the consumer (via Linux shared memory). What issues if any do you...

As Linux defines as a C macro it in . So, as much as I think that Linux shouldn't define such generic-sounding macro... I don't think it'd be an easy...

Please help me. I run start_client.sh is fail. raise "ModuleNotFoundError: No module named 'rlpytorch'".

Hi, Would it be possible to provide a Natvis for this queue? This would make debugging with Visual Studio way much easier.

When I use `blockingconcurrentqueue `, I notice that the `wait_enqueue` API is not provided, which will blocks when it find no space. What I want to know is, are we...

`-Wsign-conversion` This is a quite aggressive _gcc_ compiler warning, but it often detects issues so sometimes we test builds with it switched on. Because the `concurrentqueue` is header-only the warning...

For architecture reasons I'm creating a consumer and producer token each in two separate classes running on the same thread. So there are effectively two consumer tokens and two producer...

Hi, I have the following code snippet that is stuck in the loop of doing `try_enqueue()`, and hence some remaining threads doing `try_dequeue()`. (not always repros, had to run it...

Under Linux, there will be a time synchronization operation. The current time is March 12, 2022. If set to March 1, 2022, wait_time will not return.