> Well Golang's runtime use cooperative scheduling and folks use it for 
> parallelism

No, the parallelism comes from the `go` keyword and the parallelism comes from 
Go's runtime using OS threads which don't use cooperative scheduling.

Reply via email to