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?
libfork uses
std::atomic_thread_fencewhich 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?