Description
Placeholder for github PR https://github.com/apache/commons-lang/pull/61
Add org.apache.commons.lang3.ThreadUtils which provide helper methods related to java.lang.Thread
- getSystemThreadGroup()
- getAllThreads()
- getAllThreadGroups()
- findThreadsByName(String threadName, String threadGroupName)
- findThreadsByName(String threadName)
- findThreadGroupsByName(String threadGroupName)
- findThreadById(long threadId, String threadGroupName)
- findThreadById(long threadId)