Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concurrency-parallel-thread/message-passing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ receive 1

1. 通道能保证消息的顺序吗?是否先发送的消息,先接收?
2. 通道能缓存消息吗?如果能的话能缓存多少?
3. 通道的发送者和接收者支持N:1,1:N, N:N模式吗
3. 通道的发送者和接收者支持N:1,1:N,N:M模式吗
4. 通道能发送任何数据吗?
5. 发送后的数据,在线程中继续使用没有问题吗?

Expand Down