SpartanJ / efsw

efsw is a C++ cross-platform file system watcher and notifier.
Other
645 stars 98 forks source link

Fix data race conditions #134

Closed SpartanJ closed 2 years ago

SpartanJ commented 2 years ago

Fixes #127, #129 .

Atomic operations are enabled by default. Added support for TSAN. Fixed several data race conditions for macOS.