Comment by goldsteinq 1 year ago Go’s “red” is “function accepts cancellation context”. 2 comments goldsteinq Reply sapiogram 1 year ago Go's "red" is also "function may return an error" goldsteinq 1 year ago Sure, but it’s a different effect. Go’s asynchronous “red” is either “accepts a cancellation context” or “accepts a output channel” (since goroutines can’t return values normally).
sapiogram 1 year ago Go's "red" is also "function may return an error" goldsteinq 1 year ago Sure, but it’s a different effect. Go’s asynchronous “red” is either “accepts a cancellation context” or “accepts a output channel” (since goroutines can’t return values normally).
goldsteinq 1 year ago Sure, but it’s a different effect. Go’s asynchronous “red” is either “accepts a cancellation context” or “accepts a output channel” (since goroutines can’t return values normally).
Go's "red" is also "function may return an error"
Sure, but it’s a different effect. Go’s asynchronous “red” is either “accepts a cancellation context” or “accepts a output channel” (since goroutines can’t return values normally).