-
Notifications
You must be signed in to change notification settings - Fork 225
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
Expose enif_is_process_alive
#540
Comments
The function is already in |
Want to make sure I understand the project structure correctly — would you implement env.is_current_process_alive();
env.is_process_alive(pid);
// or should it be
pid.is_process_alive(env); |
Sorry for the late reply. I think I'd like all of these, where of course |
Implemented in #599, will be in the next release. |
Happy to take a shot at adding this if there are no objections.
Edit: just saw #44, where both this and enif_is_current_process_alive are mentioned.
The text was updated successfully, but these errors were encountered: