|
|
|
|
|
by lmm
816 days ago
|
|
> You can write safe code using threads if you enforce that the only way threads can communicate is by sending messages to each other (via copying, not pointers). At which point they're not really threads, they're more, well, processes. > This is what Erlang does. Exactly. |
|