Hacker News new | ask | show | jobs
by ztoben 3043 days ago
I believe you're thinking of concurrency, which go handles pretty well with goroutines.
1 comments

Go can use multiple cores. Goroutines will run in parallel (assuming GOMAXPROCS > 1.)