Skip to content
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

Derive Ord, PartialOrd for Pid #1188

Closed
ranweiler opened this issue Feb 29, 2020 · 0 comments · Fixed by #1189
Closed

Derive Ord, PartialOrd for Pid #1188

ranweiler opened this issue Feb 29, 2020 · 0 comments · Fixed by #1189

Comments

@ranweiler
Copy link
Contributor

ranweiler commented Feb 29, 2020

This would enable, for example, keying BTree{Map,Set} on a Pid without having to invoke {as,from}_raw(), or adding a wrapper around Pid itself.

It looks like these traits are currently missing on all platforms.

I'm running:

  • Platform: x86-64, Linux 5.4
  • rustc: 1.41.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant