> For the complete documentation index, see [llms.txt](https://go.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.netdpi.net/concurrency/10.03-wen-ti.md).

# 10.03-問題

* 如何指定一個 channel 型別的 direction 呢？
* 使用 `time.After` 設計一個你自己的 `Sleep` 函式。
* 何謂 buffered channel 呢？你要如何建立一個容量為 20 的一個 buffered channel 呢？
