summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-07-16 14:05:46 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-06 11:54:52 -0400
commit1472044ba587b575372102bbb0c8cc4d85df74db (patch)
tree0b47d69aacae487048189d365d116e8df389d252 /libraries/ghc-prim
parent6d1700b6dca6defb8768c493a1059c4215749b53 (diff)
downloadhaskell-1472044ba587b575372102bbb0c8cc4d85df74db.tar.gz
Add a primop to query the label of a thread
Diffstat (limited to 'libraries/ghc-prim')
-rw-r--r--libraries/ghc-prim/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index 0648050834..ced48ff938 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -18,6 +18,9 @@
```
Where the `ByteArray#` must contain a UTF-8-encoded string.
+- The `threadLabel#` primop was added, allowing the user to query the label of
+ a given `ThreadId#`.
+
## 0.9.0
- Shipped with GHC 9.4.1