Update after changes from review. Additional improvements.

This commit is contained in:
Katarzyna Rzepecka
2017-03-13 01:33:14 +01:00
parent bb4a1bdc05
commit cca4d5a670
8 changed files with 50 additions and 19 deletions

View File

@ -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