BennyHallett/obelisk

Elixir's concurrency model uses processes, not threads

Closed this issue · 0 comments

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.

See: http://erlang.org/doc/reference_manual/processes.html