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
- Nuclear reaction
- Reactor pattern
- Readers–writer lock
- Scheduler pattern
- Thread pool pattern
- Thread-local storage
See also
References
External links
- ScaleConf Presentation about concurrency patterns
- GopherCon Rethinking Classical Concurrency Patterns slides
- GoWiki: Learn Concurrency
Recordings about concurrency patterns from Software Engineering Radio: