-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the ThreadPool command to handle both Portable and Windows thread pool #1175
Update the ThreadPool command to handle both Portable and Windows thread pool #1175
Conversation
Hey! I'm in the process of migrating the codebase here over to dotnet/diagnostics. The code will remain the same, but the relative path of the files and location of the repo will change. This will make migrating your change annoying (but not impossible). Are you ready to wrap up this change? It's no problem if you aren't yet ready. If you need more time, you may need to generate a patch for the diff (maybe try Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I have two minor suggestions.
…nd when using the Windows thread pool (#4160) Uses the properties exposed in microsoft/clrmd#1175 to show relevant Windows thread pool information if it's enabled --------- Co-authored-by: Mike McLaughlin <mikem@microsoft.com>
No description provided.