MedallionShell icon indicating copy to clipboard operation
MedallionShell copied to clipboard

Consider `KillStrategy`/`KillOptions` API for smarter process killing

Open madelson opened this issue 4 years ago • 0 comments

  • Should Kill() kill child processes?
  • Should Kill() send signals?
  • Configure the Kill() behavior for timeout/cancellation
  • Consider changing the default strategy for timeout/cancellation

E. g:

Timeout(TimeSpan, KillStrategy?)
CancellationToken(TimeSpan, KillStrategy?)
Kill(KillStrategy?)

madelson avatar Feb 04 '21 12:02 madelson