Hacker News new | ask | show | jobs
by klodolph 5812 days ago
Check out GHC's new IO manager. GHC, by default, uses non-blocking IO exclusively and calls "poll" or some equivalent syscall to figure out which green thread to wake up.