Open
Description
Similar to exec in posix.
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
.