-
-
Notifications
You must be signed in to change notification settings - Fork 917
Add getThreadId() method #2234
Copy link
Copy link
Closed
Labels
PR welcomeNot maintainer's priority to do but will accept contributions!Not maintainer's priority to do but will accept contributions!new featureSomething OSHI doesn't do now but could doSomething OSHI doesn't do now but could doup for grabsIssues the maintainers want community help withIssues the maintainers want community help with
Metadata
Metadata
Assignees
Labels
PR welcomeNot maintainer's priority to do but will accept contributions!Not maintainer's priority to do but will accept contributions!new featureSomething OSHI doesn't do now but could doSomething OSHI doesn't do now but could doup for grabsIssues the maintainers want community help withIssues the maintainers want community help with
Type
Fields
Give feedbackNo fields configured for issues without a type.
We currently have
OperatingSystem.getProcessId()method but no equivalent for a thread. We should add one.Also, helper functions
getCurrentProcess()that returnsgetProcess(getProcessId())and equivalent forgetCurrentThread().