-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Give schedulers and tasks useful names #2891
Comments
Not critical for 0.6, de-milestoning |
Nominating for milestone 5 (production-ready) |
just a bug, removing milestone/nomination. |
This should not be too hard, and would be super useful for writing test cases. All that's needed is an extra field in |
sub-bug of #2931 |
does our notion of having multiple schedulers support naming them? it's not as obvious how to do that as it is how to name tasks. |
I did this for tasks but not schedulers. Unassigning myself. |
This is done now. I don't believe that we're going to want to give names to schedulers any time soon. That's an inherently M:N concept so libstd shouldn't be exposing that, and that's the use case that this is optimizing for anyway (naming tasks). |
You can name a pthread on most operating systems. There are usually small length limits though. |
tasks especially would be very helpful if they could be uniquely identified
The text was updated successfully, but these errors were encountered: