top | item 5759784

(no title)

karaziox | 12 years ago

go func(){ channel <- data }()

Here, you will never actually block on your send since it runs on it own goroutine. I can't see an actual use case for this kind of thing but since you are using this argument over and over then.. :)

discuss

order

No comments yet.