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

Support background execution #212

Open
gnodet opened this issue Nov 12, 2020 · 1 comment
Open

Support background execution #212

gnodet opened this issue Nov 12, 2020 · 1 comment

Comments

@gnodet
Copy link
Contributor

gnodet commented Nov 12, 2020

When a process is executed in the background, it stops when reading from the input stream.
Because of the readInputLoop, the mvnd process is stopped immediately.
This involves checking the SIGTSTP with JLine, stopping the thread and resuming it when the SIGCONT is received.

@gnodet
Copy link
Contributor Author

gnodet commented Nov 12, 2020

SIGTSTP has the same problem than #193 .

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

No branches or pull requests

1 participant