From e3c3b02efdbd1e79836db84f80114be915091549 Mon Sep 17 00:00:00 2001 From: Anum Amin <39243539+blueberry404@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:06:15 +0500 Subject: [PATCH] docs: Add tutorial links for Active object pattern (#525) (#1881) --- active-object/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/active-object/README.md b/active-object/README.md index 395c7f59f..2be33bdb2 100644 --- a/active-object/README.md +++ b/active-object/README.md @@ -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) \ No newline at end of file