-
- Downloads
Removed std::atomics from read size of lock-free queue
As Avi suggested in his review, let's not have the read-size memory ordering code in the queue implementation - just in the caller if it is needed (and usually, it won't be needed).
Please register or sign in to comment