We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c9d76 + 0b43687 commit b802900Copy full SHA for b802900
1 file changed
concurrency-parallel-thread/message-passing.md
@@ -38,7 +38,7 @@ receive 1
38
39
1. 通道能保证消息的顺序吗?是否先发送的消息,先接收?
40
2. 通道能缓存消息吗?如果能的话能缓存多少?
41
-3. 通道的发送者和接收者支持N:1,1:N, N:N模式吗?
+3. 通道的发送者和接收者支持N:1,1:N,N:M模式吗?
42
4. 通道能发送任何数据吗?
43
5. 发送后的数据,在线程中继续使用没有问题吗?
44
0 commit comments