- Home
- Computer
- Programming
- Generic Synchronization Policies in C++
Computer · Programming
Generic Synchronization Policies in C++
Listed in the directory · updated 20 Jul 2022
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.