Skip to content

Commit

Permalink
Merge pull request #516 from loggerhead/patch-1
Browse files Browse the repository at this point in the history
修正符号问题
  • Loading branch information
WaySLOG authored Aug 18, 2016
2 parents 83c9d76 + 0b43687 commit b802900
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b802900

Please sign in to comment.