diff options
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 5 |
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 ~~~~~~~~~~~~~~~~~~~~ |