#concurrency #elixir #httpoison #receive #send
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
The primitives of elixir concurrency: a full example
https://medium.com/@asusmel/the-primitives-of-elixir-concurrency-full-example-f328f60519
Medium
The Primitives of Elixir Concurrency: a Full Example
Let’s put in practice what we’ve seen in the last few articles about concurrency. In this article we see how to fully make our initial cryptocurrency example, using just HTTPoison module and spawn…