can anybody help me understand what is Live lock and how to create it? I read about it but didn't quite understand how it works, how to make sure that from n-threads only n-1 threads will work at the same time? is it even possible to do in c++?
for now, I'm just reading some documents, I have not seen any actual code, it would be nice if provided with one