Are lockless ring-buffers technically possible?

198 Views Asked by At

I need to implement a lockless ring-buffer but I still haven't found any way of doing it without a kind of lock. I've searched the internet and all I found are ways using bits to say the memory is locked.

So, it is technically possible to do it without a lock?

0

There are 0 best solutions below