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

eliminate flux_child_watcher_create() from the public API #6512

Open
garlick opened this issue Dec 16, 2024 · 0 comments
Open

eliminate flux_child_watcher_create() from the public API #6512

garlick opened this issue Dec 16, 2024 · 0 comments

Comments

@garlick
Copy link
Member

garlick commented Dec 16, 2024

Problem: flux_child_watcher_create() is only used by internally by libsubprocess, and cannot be provided by libuv (#6492)

These are not super useful on their own, given that the Flux API provides the subprocess interface. Perhaps we could remove them from the public API for now, and then a port to libuv could provide an alternative implementation within libsubprocess.

See also: https://metacpan.org/dist/EV/view/libev/ev.pod#ev_child-watch-out-for-process-status-changes

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