Boost lockfree module provides lock-free data structures.
vcpkg install boost-lockfreeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use a lock-free queue
Ensure your platform supports the required atomic operations and consider using a mutex-based alternative for simpler cases.
No dependency data recorded yet.
No resource links recorded.