浏览代码

docs(README): update readme FAQ

Eliza Weisman 3 年之前
父节点
当前提交
ea0e773bee
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -13,6 +13,10 @@
 
   **A:** Extremely.
 
+- **Q: Is it wait-free?**
+
+  **A:** As long as you don't use the APIs that wait :)
+
 - **Q: Why is there only a bounded variant?**
 
   **A:** Because unbounded queues are of the Devil.
@@ -30,8 +34,4 @@
 
 - **Q: Why don't the `Ref` types implement `Deref` and `DerefMut`?**
 
-  **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. :)
+  **A:** [Blame `loom` for this.](https://github.com/tokio-rs/loom/pull/219)