libfork icon indicating copy to clipboard operation
libfork copied to clipboard

ThreadSanitizer and libfork are not compatible

Open UsernameLinde opened this issue 6 months ago • 2 comments

libfork uses std::atomic_thread_fence which is not compatible with ThreadSanitizer.

If/when tracking down a problem in my code, it would be nice to not get false positives from libfork.

Has this problem been considered and is there something that can be done?

UsernameLinde avatar Apr 15 '25 11:04 UsernameLinde