BennyHallett / obelisk

Static Site Generator written in Elixir.
MIT License
392 stars 34 forks source link

Elixir's concurrency model uses processes, not threads #37

Closed paolodm closed 7 years ago

paolodm commented 8 years ago

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