A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
vcpkg install spscqueueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Push and pop an integer from a bounded SPSC queue
Ensure only one thread calls push() and one thread calls pop()
No dependency data recorded yet.
No resource links recorded.