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 NixOS#7245 (comment).
- Loading branch information