How IO Lists help Elixir and Phoenix be fast Image Extraction for Cameras

Anatomy of an Elixir Process

Elixir/Erlang concurrency model is based on the actor pattern which runs on top of BEAM(Erlang Virtual Machine) instead of running directly on Operating System. The actor pattern’s actor is an “Elixir Process” in Elixir programming language.

https://medium.com/@mustafaturan/anatomy-of-an-elixir-process-878030c37166