(no title)
hitlin37 | 9 years ago
Someone know or point here to a header only implementation of vector/queue with locks and really simple code with explanation ? Something written as beautifully as herb sutter's or scott meyers examples, They are easy code to play around and understand :)
*An implementation without vendor concurrent library. Looking for an implementation on Linux/ARM. Although i do have access to libpthread threads and locks.
nlightcho|9 years ago
https://gist.github.com/AlexanderDzhoganov/cffa9aaae5a325cdf...
hitlin37|9 years ago