Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

objsync.h - Template for creating objects that share a global mutex.

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                                    objsync.h(3)

Detailed Description

       Template for creating objects that share a global mutex.

Name

       objsync.h - Template for creating objects that share a global mutex.

Synopsis

       #include <cc++/thread.h>

   Classes
       class ost::objSync<T>
           Generic template to create objects of a common base type which share a static mutex so that all
           instances of the class have a global lock.

   Namespacesost

See Also