0

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

  • livelock is inherently quite a fragile state, because a change in how threads are scheduled might allow one thread to make progress. Setting one up on purpose might be a little challenging – user253751 Dec 09 '22 at 19:14

0 Answers0