giving a label to a thread
Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=)
kazu at iij.ad.jp
Tue Nov 5 23:06:27 UTC 2024
Hi all,
GHC 9.6 provides listThreads. This is very useful to check thread
leaks on network servers. Thanks.
Users cannot label threads if fundamental functions fork threads
without labelling. A good example is "timeout". If there are many
threads without label, the debugging gets harder.
So, I would like to ask to label threads in libraries shipped with
GHC.
--Kazu
More information about the ghc-devs
mailing list