@@ -115,6 +115,10 @@ guarantees that the woken thread completes its `takeMVar` operation. In fact, a
...
@@ -115,6 +115,10 @@ guarantees that the woken thread completes its `takeMVar` operation. In fact, a
The full range of `MVar` operations are described in the documentation for `Control.Concurrent.MVar`, see ??. A range of concurrent communication facilities can be provided based on `MVar`s, these are expected to be supplied as separate libraries.