Hacker News new | ask | show | jobs
by ssmoot 3727 days ago
I don't believe Erlang goes around magically imposing it's own timeouts on message handling.
2 comments

it doesn't, but an erlang process that is waiting on a message won't block other processes from running ever
The magic is called "preemptive multitasking".