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

Ability to restart process #31

Closed
Ekstazi opened this issue Dec 6, 2018 · 0 comments
Closed

Ability to restart process #31

Ekstazi opened this issue Dec 6, 2018 · 0 comments

Comments

@Ekstazi
Copy link
Contributor

Ekstazi commented Dec 6, 2018

Please add ability to restart process:

$process = new Process('ls -a');
yield $process->start();
yield $process->join();
yield $process->start();

or

$process = new Process('ls -a');
yield $process->start();
yield $process->restart();
Ekstazi added a commit to Ekstazi/process that referenced this issue Dec 6, 2018
Ekstazi added a commit to Ekstazi/process that referenced this issue Dec 6, 2018
Ekstazi added a commit to Ekstazi/process that referenced this issue Dec 6, 2018
Ekstazi added a commit to Ekstazi/process that referenced this issue Dec 7, 2018
Ekstazi added a commit to Ekstazi/process that referenced this issue Dec 7, 2018
@trowski trowski closed this as completed Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants