Files
m2dev-client-src/src/EterLib/SPSCQueue.h
savis 33ac4b69f4 Add lock-free SPSC queue implementation
- Single producer/single consumer bounded queue
- Cache-line aligned atomics to prevent false sharing
- Used for async file loading communication
2026-01-03 20:34:47 +01:00

1.7 KiB