Y
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
mpfundstein
2210 days ago
does it?
link
vips7L
2210 days ago
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?
link