We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5569a1 commit e1da7fbCopy full SHA for e1da7fb
README.md
@@ -174,8 +174,9 @@ do v <- makeQueue
174
liftEff $ trace ("Succeeded with " ++ show a)
175
```
176
177
-You can use these as queues which suspend (if necessary) on take operations, or
178
-as asynchronous variables (similar to Haskell's `MVar` construct).
+You can use these constructs as one-sided blocking queues, which suspend (if
+necessary) on `take operations, or as asynchronous variables (similar to
179
+Haskell's `MVar` construct).
180
181
## Parallel Execution
182
0 commit comments