-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
| jsp.insertJavaMethod(waitingThreads, true); |
| jsp.insertJavaMethod(blockedThreads, true); |
Why
"TIMED_WAITING" state + "parking" sub state -> waitingThreads
But
"WAITING" state + "parking" sub state -> blockedThreads
I think they all belong to waitingThreads.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels