You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: