Find the word definition

Wiktionary
concurrency pattern

n. (context software object-oriented English) A design pattern that deal with the multi-threaded programming paradigm.

Wikipedia
Concurrency pattern

In software engineering, concurrency patterns are those types of design patterns that deal with the multi-threaded programming paradigm. Examples of this class of patterns include:

  • Active Object
  • Balking pattern
  • Barrier
  • Double-checked locking
  • Guarded suspension
  • Leaders/followers pattern
  • Monitor Object
  • Reactor pattern
  • Read write lock pattern
  • Scheduler pattern
  • Thread pool pattern
  • Thread-local storage