Y
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
querulous
3727 days ago
it doesn't, but an erlang process that is waiting on a message won't block other processes from running ever
link
coldtea
3727 days ago
The magic is called "preemptive multitasking".
link