atomic_queue
atomic_queue copied to clipboard
C++ lockless queue.
Results
2
atomic_queue issues
Sort by
recently updated
recently updated
newest added
It is possible to specify an allocator type for `AtomicQueueB` and `AtomicQueueB2` however there is no way to construct the queue with non-default constructed allocator.
Hello @max0x7ba , I have three issues about atomic_queue. Firstly, i could not find in the documentation, but i assume that the queues with atomic::is_always_lock_free (Atomic_Queue and Atomic_QueueB) shall be...