> 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.
> 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.