Skip to content

Commit 8a36874

Browse files
authored
add Elixir School - OTP Concurrency to links.json (#1113)
1 parent 3e51bd8 commit 8a36874

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

concepts/genserver/links.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"url": "https://hexdocs.pm/elixir/GenServer.html",
88
"description": "Documentation - Genserver"
99
},
10+
{
11+
"url": "https://elixirschool.com/en/lessons/advanced/otp_concurrency",
12+
"description": "Elixir School - OTP Concurrency"
13+
},
1014
{
1115
"url": "https://en.wikipedia.org/wiki/Actor_model",
1216
"description": "Actor model"

0 commit comments

Comments
 (0)