Erlang is a concurrent programming language – this means that parallel activities
(processes) can be programmed directly in Erlang and that the parallelism is
provided by Erlang and not the host operating system.
The Erlang Book, Chapter 1 by Joe Armstrong.
Not provided in the host operating system?
Awesome!