Make fStartedNewLine an std::atomic_bool
While this doesnt really fix the race of adding timestamps
mid-logical-line, it avoids the undefined behavior of using a
bool in multiple threads.
Make fStartedNewLine an std::atomic_bool Tags None Subscribers None
Description
Details
|