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

Implement wait() #10

Closed
Lment opened this issue Mar 30, 2017 · 2 comments
Closed

Implement wait() #10

Lment opened this issue Mar 30, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@Lment
Copy link
Contributor

Lment commented Mar 30, 2017

Implement wait(), which waits for child and returns its exit status.
This burden could be passed to process_wait(). There is no need of two distinct function handling the same issue.

@Lment Lment added the feature label Mar 30, 2017
@Lment Lment added this to the Project #2 milestone Mar 30, 2017
@Lment
Copy link
Contributor Author

Lment commented Apr 2, 2017

Needs of this function could be implemented by re-implementation on process_wait().

@Lment Lment closed this as completed Apr 2, 2017
@hangpark hangpark reopened this Apr 12, 2017
@hangpark hangpark self-assigned this Apr 12, 2017
hangpark added a commit that referenced this issue Apr 12, 2017
hangpark added a commit that referenced this issue Apr 12, 2017
[#10] Implement wait system call
@hangpark
Copy link
Owner

Done by PR #52.

@hangpark hangpark mentioned this issue Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants