Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
248f78ca
by Ben Gamari at 2025-08-14T17:59:51-04:00
1 changed file:
Changes:
... | ... | @@ -228,16 +228,7 @@ Thread and scheduling events |
228 | 228 | values)
|
229 | 229 | |
230 | 230 | The indicated thread has stopped running for the reason given by ``status``.
|
231 | - |
|
232 | - |
|
233 | -.. event-type:: THREAD_RUNNABLE
|
|
234 | - |
|
235 | - :tag: 3
|
|
236 | - :length: fixed
|
|
237 | - :field ThreadId: thread id
|
|
238 | - |
|
239 | - The indicated thread is has been marked as ready to run.
|
|
240 | - |
|
231 | +
|
|
241 | 232 | |
242 | 233 | .. event-type:: MIGRATE_THREAD
|
243 | 234 |