apply changes from review #69
This commit is contained in:
@ -10,12 +10,12 @@ tags:
|
||||
---
|
||||
|
||||
## Intent
|
||||
Use Guareded suspension pattern to handle a situation when you want to execute a method on object which is not in a proper state.
|
||||
Use Guarded suspension pattern to handle a situation when you want to execute a method on object which is not in a proper state.
|
||||
|
||||

|
||||
|
||||
## Applicability
|
||||
Use Guareded Suspension pattern when:
|
||||
|
||||
* the developer knows that the method execution will be blocked for a finite period of time
|
||||
Use Guarded Suspension pattern when the developer knows that the method execution will be blocked for a finite period of time
|
||||
|
||||
## Related patterns
|
||||
* Balking
|
||||
|
Reference in New Issue
Block a user