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
This would make signal handling more consistent if the spawning process is there as a script to run another program, also it might save memory.
This came up in the context of pub run (dart-lang/pub#2492) that wants to start the program in a subprocess, and let that subprocess handle signals without interference from pub run.