summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-06 11:57:11 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-06 11:57:11 -0400
commit1d63b4fb4d0757614ace880e25ed2c94e51b679c (patch)
tree937e19864e98fb13dc72f15455d587e382faf634
parent43f2b271c12943ed7d5d5d5e387d41ed404eb7a8 (diff)
downloadhaskell-wip/thread-status.tar.gz
users-guide: Add release notes entry for thread introspection supportwip/thread-status
-rw-r--r--docs/users_guide/9.6.1-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 6b5aa56d15..0f1d96575c 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -74,6 +74,11 @@ Compiler
to ``stderr`` although this can be changed using
``GHC.Weak.Finalize.setFinalizerExceptionHandler``.
+- GHC now provides a set of operations for introspecting on the threads of a
+ program, ``GHC.Conc.listThreads``, as well as operations for querying a thread's
+ label (:base-ref:`GHC.Conc.threadLabel`) and status
+ (:base-ref:`GHC.Conc.threadStatus`).
+
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~