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

I don't believe Erlang goes around magically imposing it's own timeouts on message handling.
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".