Morph 25429998e3 bounded_threadsafe_queue: Use constexpr capacity and mask
While this is the primary change, we also:
- Remove the mpsc namespace and rename Queue to MPSCQueue
- Make Slot a private struct within MPSCQueue
- Remove the AlignedAllocator template argument, as we use std::allocator
- Replace instances of mask + 1 with capacity, and mask + 2 with capacity + 1
2022-06-15 16:59:13 -04:00
..
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2018-10-02 16:04:10 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2020-08-26 02:32:32 -04:00
2022-04-28 18:24:11 +02:00
2022-03-19 15:01:31 -04:00
2022-03-19 15:01:31 -04:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00