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

Make waiting on subprocesses non-blocking #3329

Closed
brson opened this issue Aug 31, 2012 · 2 comments
Closed

Make waiting on subprocesses non-blocking #3329

brson opened this issue Aug 31, 2012 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@brson
Copy link
Contributor

brson commented Aug 31, 2012

core::run will block a thread while waiting on a subprocess. we need a solution that integrates with the rust scheduler to avoid blocking.

@catamorphism
Copy link
Contributor

I'm not sure this is a backwards-compatibility thing. Nominating for milestone 3, feature-complete

@graydon
Copy link
Contributor

graydon commented Jun 20, 2013

dupe of #6436 and/or absorbed into #2625

@graydon graydon closed this as completed Jun 20, 2013
RalfJung pushed a commit to RalfJung/rust that referenced this issue Mar 3, 2024
Fix miri.bat not bailing early on error

There is a logical error in the batch script that I did not think about. Currently, if the build step for miri-script fails, it will continue on and attempt to execute the next line. This will either lead to a file not found error, or running an old miri-script.

With this, it will bail upon erroring in the build step.
jaisnan pushed a commit to jaisnan/rust-dev that referenced this issue Jul 29, 2024
Dependency upgrade resulting from `cargo update`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

3 participants