Y
Hacker News
new
|
ask
|
show
|
jobs
by
coldtea
3727 days ago
>
You've done something wrong then?
Well, the idea is with Erlang you can't.
1 comments
ssmoot
3727 days ago
I don't believe Erlang goes around magically imposing it's own timeouts on message handling.
link
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
3726 days ago
The magic is called "preemptive multitasking".
link