madelson / MedallionShell

A .NET library simplifying the execution and chaining of processes
MIT License
415 stars 32 forks source link

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

Open madelson opened 3 years ago

madelson commented 3 years ago

E. g:

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