Generic Synchronization Policies in C++



All Links

Share this:

Details of Generic Synchronization Policies in C++

About Generic Synchronization Policies in C++
Generic Synchronization Policies in C++- Most uses of synchronization code in multi-threaded applications fall into a small number of high-level “usage patterns”, or what can be called generic synchronization policies (GSPs). This paper illustrates how the use of such GSPs simplify the writing of thread-safe classes. In addition, this paper presents a C++ class library that implements commonly-used GSPs.