Hacker News new | ask | show | jobs
by evnix 1929 days ago
Is the based on pre-emption or based on an event loop(or co-operative scheduling)? One of the biggest selling points of Erlang is pre-emption
1 comments

It's preemptive. We use a reduction counter, similar to Erlang's implementation.