1. Home
  2. Computer
  3. Programmin­g
  4. Generic Synchronization Policies in C++

Computer · Programmin­g

Generic Synchronization Policies in C++

Listed in the directory · updated 20 Jul 2022

Find them on

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.

Tags

Where it sits

More in Programmin­g

See all →