diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-06-14 08:57:19 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-06-15 16:59:13 -0400 |
commit | 25429998e373c12287ae8da2a1c9c1bbe7bd7047 (patch) | |
tree | 0f3e3afac950b0bd5ada9f5a143a38a1ea530b84 /src/core/debugger/debugger.cpp | |
parent | bd3bfe411d8319b8300037a78c152ad7dab839f3 (diff) |
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
Diffstat (limited to 'src/core/debugger/debugger.cpp')
0 files changed, 0 insertions, 0 deletions