Elixir's concurrency model uses processes, not threads
Closed this issue · 0 comments
paolodm commented
In the README:
obelisk should take advantage of Elixir's **multithreaded** behaviour to increase this speed.
Elixir and Erlang's concurrency model is based on processes. I propose to change the readme to reflect this.