Skip to content

[AlgorithmAtomic] Changed running into atomic

Changed bool running into a std::atomic<bool> to avoid possible race conditions

Merge request reports

Loading