Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 307 Bytes

File metadata and controls

3 lines (2 loc) · 307 Bytes

thread-safe-objects

This project aims to create a header-only, more RAII-like experience of C++ synchronization through Thread Safe Wrappers, which can encapsulate any object and forces accesses to be thread safe. This reduces the amount of boilerplate code typically associated with concurrency in C++.