mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:34:15 +08:00
Update 14.6.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 14.6 协程和recover
|
||||
# 14.6 协程和恢复(recover)
|
||||
|
||||
一个用到`recover`的程序(参见章节13.3)停掉了服务器内部一个失败的协程而不影响其他协程的工作。
|
||||
```go
|
||||
|
Reference in New Issue
Block a user