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

Should park_timeout report the reason for their return (timeout or unpark)? #601

Closed
taiki-e opened this issue Nov 20, 2020 · 1 comment · Fixed by #1012
Closed

Should park_timeout report the reason for their return (timeout or unpark)? #601

taiki-e opened this issue Nov 20, 2020 · 1 comment · Fixed by #1012

Comments

@taiki-e
Copy link
Member

taiki-e commented Nov 20, 2020

This originally is a breaking change proposed in #563 by @Lucretiel.

We recently released a new minor version of crossbeam-utils, so I would prefer not to do the breaking changes right now, but it might make sense to consider doing this in a future version.

@Lucretiel
Copy link
Contributor

I have a working version of this feature in https://github.com/Lucretiel/crossbeam/tree/unpark-reason. It's a trivial update to the Parker implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants