This commit is contained in:
meejah 2022-09-01 17:44:01 -06:00
parent 488a04cb9b
commit 1e6381ca7f

View File

@ -0,0 +1,5 @@
Automatically exit when stdin is closed
This facilitates subprocess management, specifically cleanup.
When a parent process is running tahoe and exits without time to do "proper" cleanup at least the stdin descriptor will be closed.
Subsequently "tahoe run" notices this and exits.