Skip to content

Commit

Permalink
fix alibaba#4
Browse files Browse the repository at this point in the history
  • Loading branch information
念纪 committed Feb 28, 2019
1 parent 7f2771d commit 6f6aae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/arch_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Based on this design, when we want to execute a coroutine, we only add the corou

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

# Channel 的设计
# Channel

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/).

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

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

# Api的设计
# Api Design

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

Expand Down

0 comments on commit 6f6aae7

Please sign in to comment.