1 Apr
2020
1 Apr
'20
2:57 p.m.
Jan Hafer wrote:
I do also have broken code on a multithreaded application that worked fine before. I do pass the circular buffer as reference via functions from file scope, which in combination with the threads (initially starting elsewhere) somehow broke the code.
Does this mean that you're using the same circular_buffer from more than one thread without synchronization?