mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-10 22:24:22 +00:00
Update after changes from review. Additional improvements.
This commit is contained in:
+5
-1
@@ -20,4 +20,8 @@ Use the Balking pattern when
|
||||
|
||||
*you want to invoke an action on an object only when it is in a particular state
|
||||
*objects are generally only in a state that is prone to balking temporarily
|
||||
but for an unknown amount of time
|
||||
but for an unknown amount of time
|
||||
|
||||
## Related patterns
|
||||
* Guarded Suspendion Pattern
|
||||
* Double Checked Locking Pattern
|
||||
Reference in New Issue
Block a user