docs: Add tutorial links for Active object pattern (#525) (#1881)

This commit is contained in:
Anum Amin
2021-10-24 11:06:15 +05:00
committed by GitHub
parent 988c478ad4
commit e3c3b02efd

View File

@ -124,3 +124,7 @@ Now, we can create multiple creatures such as Orcs, tell them to eat and roam, a
## Class diagram
![alt text](./etc/active-object.urm.png "Active Object class diagram")
## Tutorials
* [Android and Java Concurrency: The Active Object Pattern](https://www.youtube.com/watch?v=Cd8t2u5Qmvc)