Skip to content

Commit e1da7fb

Browse files
committed
update readme
1 parent d5569a1 commit e1da7fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ do v <- makeQueue
174174
liftEff $ trace ("Succeeded with " ++ show a)
175175
```
176176

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).
177+
You can use these constructs as one-sided blocking queues, which suspend (if
178+
necessary) on `take operations, or as asynchronous variables (similar to
179+
Haskell's `MVar` construct).
179180

180181
## Parallel Execution
181182

0 commit comments

Comments
 (0)