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 bbc1e1f commit 6a290fdCopy full SHA for 6a290fd
io-classes/CHANGELOG.md
@@ -6,6 +6,7 @@
6
7
### Breaking changes
8
9
+- Added `MonadChan`, `MonadQSem` and `MonadQSemN` classes.
10
* Added `threadLabel` to `MonadThread`
11
* Added `MonadLabelledMVar` class.
12
* Added `labelMVar` to `Control.Concurrent.Class.MonadMVar.Strict`
io-sim/CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## next version
4
5
+- Implements `MonadChan`, `MonadQSem` and `MonadQSemN` instances.
- Support `threadLabel` (`io-classes-1.8`)
- `IOSimPOR`'s `Effect` traces now will correctly show labels on read/written
`TVars`.
0 commit comments