瀏覽代碼

docs: update FAQ

Eliza Weisman 3 年之前
父節點
當前提交
54f880a541
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -30,4 +30,7 @@
 
 - **Q: Why don't the `Ref` types implement `Deref` and `DerefMut`?**
 
-  **A:** [Blame `loom` for this.](https://github.com/tokio-rs/loom/pull/219)
+  **A:** [Blame `loom` for this.](https://github.com/tokio-rs/loom/pull/219)
+  
+ - **Q: Why do the channels only have `try_send`? Where's `send`? 
+   **A:** I haven't written `send` yet. :)