Software-Pattern.org
Patterns
Categories
Books
Authors
About
Login
Thread-Safe Interface
Synchronization Pattern
The Thread-Safe Interface design pattern minimizes locking overhead and ensures that intra-component method calls do not incur `self-deadlock' by trying to reacquire a lock that is held by the component already.
Books
Pattern-Oriented Software Architecture Volume 2: Patterns for Concurrent and Networked Objects