Hacker News new | ask | show | jobs
by vips7L 2210 days ago
> start up a whole async event loop

Doesn't Go start NCPU event loops every time?

1 comments

does it?
I'm not a Go dev, but is that not what the go runtime is? An event loop for NCPUs or a work stealing queue that uses NCPUs?