Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
withFramedSink(): Receive interrupts on the stderr thread
Otherwise Nix deadlocks when Ctrl-C is received in withFramedSink(): the parent thread will wait forever for the stderr thread to shut down. Fixes the hang reported in #7245 (comment). (cherry picked from commit 24e7048)
- Loading branch information