Skip to content

Reimplement test/bench/shootout-threadring.rs #4177

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
brson opened this issue Dec 13, 2012 · 1 comment
Closed

Reimplement test/bench/shootout-threadring.rs #4177

brson opened this issue Dec 13, 2012 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone

Comments

@brson
Copy link
Contributor

brson commented Dec 13, 2012

The current (old) version uses the old comm channels, which don't allow sending ports, so the implementation is very awkward. A pipe-based implementation should be much nicer.

@brson
Copy link
Contributor Author

brson commented Mar 15, 2013

Done.

@brson brson closed this as completed Mar 15, 2013
RalfJung added a commit to RalfJung/rust that referenced this issue Feb 24, 2025
Use fcntl locking on Solaris instead of flock which is missing there.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant