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
It's not simply a matter of writing bindings, it also means that we'd have to spawn every process in its own process group, which means that we need a patch for spawn and that Ctrl+C will no longer be sent to them etc. All of that is probably fine, just not such a self-contained change as one might expect.
Extracted from here. Dune should kill the entire process group. This requires
killpg
bindings.The text was updated successfully, but these errors were encountered: