We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff188b commit efa61bdCopy full SHA for efa61bd
channel.md
@@ -704,4 +704,4 @@ func closechan(c *hchan) {
704
705
Q: 如果有多个channel同时唤醒同一个goroutine,这个并发控制是怎么做的?
706
707
-A: TODO
+Q: 为什么向 channel 发数据的时候,会直接把数据从一个 goroutine 的栈拷贝到另一个 goroutine 的栈?
0 commit comments