madelson / MedallionShell

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

See if we can leverage non-blocking reads (and writes?) on the redirect pipes to support cancellable IO #81

Open madelson opened 3 years ago

madelson commented 3 years ago

https://stackoverflow.com/questions/34504970/non-blocking-read-on-os-pipe-on-windows gives hope that this may be possible.