Q: 为什么向 channel 发数据的时候,会直接把数据从一个 goroutine 的栈拷贝到另一个 goroutine 的栈?
https://github.com/cch123/golang-notes/blob/master/channel.md
Q: 为什么向 channel 发数据的时候,会直接把数据从一个 goroutine 的栈拷贝到另一个 goroutine 的栈?
https://github.com/cch123/golang-notes/blob/master/channel.md