Hacker News new | ask | show | jobs
by dons 4691 days ago
Are they preemptive?
1 comments

Absolutely. Currently fibers (lightweight threads) may only be preempted when performing a blocking operation (IO or waiting on some synchronization mechanism). We will implement time-share based preemption if we see a need for that.