cameron314 / concurrentqueue

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

Question: Does this build and run on QNX ? #362

Open kobi-ca opened 9 months ago

kobi-ca commented 9 months ago

Hello all,

Anyone with experience on QNX? It fails with the unsupported system when it tries to define the Semaphore wrapper. QNX probably does not have unix defined. I'd be surprised if this is not supported on QNX but asking here.

Thanks, Kobi

cameron314 commented 8 months ago

If you do get it working on QNX, feel free to open a pull request.

kobi-ca commented 8 months ago

I'm on it.