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 for killing process #11

Closed
emoon opened this issue Jul 4, 2015 · 4 comments
Closed

Support for killing process #11

emoon opened this issue Jul 4, 2015 · 4 comments

Comments

@emoon
Copy link
Contributor

emoon commented Jul 4, 2015

Hi,

Sorry to bug you with more feature requests but something that would be very useful is something like

FOUNDATION_API int process_kill( process_t* proc );

I'm not sure all platforms you support can use this but for desktop platforms this is quite useful. I have some cases where I spawn a program, run a bunch of tests (connecting with sockets) and the easiest way to shut it down is just to kill the process.

@mjansson
Copy link
Owner

mjansson commented Jul 9, 2015

First implementation in feature/process-kill branch, not written tests or tested all platforms yet.

@mjansson
Copy link
Owner

Test added and merged into develop branch in 8f9acf7

@emoon
Copy link
Contributor Author

emoon commented Jul 16, 2015

Sweet! Thanks :)

@JoeCreoterra
Copy link

I agree this is great to have right in the lib, thanks!

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

3 participants