sapling/eden/scm/exec/hgmain
Jun Wu 1a697a202e ctrlc: move ctrlc setup to after os.fork
Summary:
`os.fork()` (used by pfcserver) only duplicates one thread. That is problematic
for `ctrlc` because the background thread that handles the Ctrl+C won't exist
for the forked processes. Fix it by moving the ctrlc setup to after os.fork.

Reviewed By: muirdm

Differential Revision: D44048693

fbshipit-source-id: 5d4391dabb7b4fc6e3cc1e015c7d0acdb017041e
2023-03-14 12:35:19 -07:00
..
src ctrlc: move ctrlc setup to after os.fork 2023-03-14 12:35:19 -07:00
build.rs codemod: update license headers 2022-01-05 14:43:32 -08:00
Cargo.toml ctrlc: move ctrlc setup to after os.fork 2023-03-14 12:35:19 -07:00