|
|
|
|
|
by ramchip
3493 days ago
|
|
Erlang processes are quite different from worker threads in other languages, since they're green threads (not OS threads). I'm not even sure if the expression "worker thread" was in common usage when the language was created. |
|