mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-03 16:14:25 +00:00
docs: update active object readme
This commit is contained in:
@@ -41,6 +41,11 @@ Wikipedia says
|
||||
> * The implementation of the active object method.
|
||||
> * A callback or variable for the client to receive the result.
|
||||
|
||||
Sequence diagram
|
||||
|
||||

|
||||
|
||||
|
||||
## Programmatic Example of Active Object in Java
|
||||
|
||||
This section explains how the Active Object design pattern works in Java, highlighting its use in asynchronous task management and concurrency control.
|
||||
|
||||
Reference in New Issue
Block a user