Commit Graph

2 Commits

Author SHA1 Message Date
yusuf
b242141e22 更新14、15和17章目录 (#702)
* 更新14、15和17章目录

* Update README.md

* 添加章节序号

* 添加章节序号

* 添加代码链接

* 修改错别字

* 删除多余字符

* 修复代码与文件不对应的问题

* 修改代码
2019-08-01 21:16:20 -07:00
Respawnz
16cf646cfc 14.10 Multiplexing 复用 (#626)
* Create 14.10.md

* Update 14.10.md

* 这一句不知道怎么翻了

> Continuing with the simple form,the server could launch for each request a function run() in a goroutine that will apply an operation op of type binOp to the ints and then send the result on the reply channel:

Continuing with the simple form,服务器会为每一个请求启动一个协程并在其中执行`run()`函数,此举会将类型为`binOp`的`op`操作返回的int值发送到`replyc`通道。

* Update 14.10.md

* Update 14.10.md

* Update 14.10.md
2019-07-27 19:27:28 -07:00