Skip to content

Commit 6f6aae7

Browse files
author
念纪
committedFeb 28, 2019
fix alibaba#4
1 parent 7f2771d commit 6f6aae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/arch_design.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Based on this design, when we want to execute a coroutine, we only add the corou
6262

6363
![scheduler.png](/docs/images/scheduler.png)
6464

65-
# Channel 的设计
65+
# Channel
6666

6767
Channel is the implementation of Process/Channel in the CSP (Communicating Sequential Processes) concurrency model. The Channel implementation in coobjc fully references the implementation of [libtask](https://swtch.com/libtask/).
6868

@@ -80,7 +80,7 @@ Similarly, `receive` will also block the current coroutine until there is data `
8080

8181
![channel2.png](/docs/images/channel2.png)
8282

83-
# Api的设计
83+
# Api Design
8484

8585
The basic design of the coroutine mentioned above is based on the implementation of c, then how is our upper API designed?
8686

0 commit comments

Comments
 (0)
Please sign in to comment.