You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
set GO111MODULE=on
set GOARCH=amd64
set GOOS=windows
What did you do?
The following code shows that the chain of goroutines A and B remains and intuitively I think they can be removed from the scheduler. Is this necessary to remove them or any reason that removing is not a good choice or that's just not a deal?
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
The following code shows that the chain of goroutines
A
andB
remains and intuitively I think they can be removed from the scheduler. Is this necessary to remove them or any reason that removing is not a good choice or that's just not a deal?What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: