#68 Added class diagram and referenced it from the README.md
This commit is contained in:
@ -627,6 +627,8 @@ validation and for building to order
|
||||
## <a name="async-method-invocation">Async Method Invocation</a> [↑](#list-of-design-patterns)
|
||||
**Intent:** Asynchronous method invocation is pattern where the calling thread is not blocked while waiting results of tasks. The pattern provides parallel processing of multiple independent tasks and retrieving the results via callbacks or waiting until everything is done.
|
||||
|
||||

|
||||
|
||||
**Applicability:** Use async method invocation pattern when
|
||||
* You have multiple independent tasks that can run in parallel
|
||||
* You need to improve performance of running a group of sequential tasks
|
||||
|
Reference in New Issue
Block a user