Description
Thread-safe resource sharing can be added to C++17 projects through a small helper library. It is useful for developers who need simpler coordination around shared objects in multithreaded code. Normal users receive it as a dependency of software that links the library rather than running it directly.