Skip to content

Commit

Permalink
Merge pull request hltj#55 from easyfirst/patch-2
Browse files Browse the repository at this point in the history
Update channels.md
  • Loading branch information
hltj committed Mar 23, 2020
2 parents c62f34f + 5793003 commit 0181400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ BAR!
### 带缓冲的通道

到目前为止展示的通道都是没有缓冲区的。无缓冲的通道在发送者和接收者相遇时<!--
-->传输元素(aka rendezvous(这句话应该是个俚语,意思好像是“又是约会”的意思,不知道怎么翻))。如果发送先被调用,则它将被挂起直到接收被调用,
-->传输元素(也称“对接”)。如果发送先被调用,则它将被挂起直到接收被调用,
如果接收先被调用,它将被挂起直到发送被调用。

[Channel()] 工厂函数与 [produce] 建造器通过一个可选的参数 `capacity`
Expand Down

0 comments on commit 0181400

Please sign in to comment.