Browse Source

docs(README): update readme FAQ

Eliza Weisman 3 years ago
parent
commit
ea0e773bee
1 changed files with 5 additions and 5 deletions
  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)