Fixed-capacity SMP-safe ID allocator backed by a bitmap. More...
import zxfoundation.sync.lockable;import zxfoundation.sync.qspinlock.core;import zxfoundation.base.types;import std;import lib.bitmap;Data Structures | |
| class | lib::id_allocator< MaxIds > |
| Fixed-capacity SMP-safe ID allocator backed by a bitmap. More... | |
Fixed-capacity SMP-safe ID allocator backed by a bitmap.
SPDX-License-Identifier: Apache 2.0