Expand description
Bridges OS signals to the orchestrator’s CancellationToken.
Today’s hm process: a single tokio runtime serving one CLI command. Ctrl-C should: (1) flip the token so plugins drain quickly; (2) exit with code 130 (sigint).
Functions§
- install_
ctrlc - Spawn a tokio task that listens for SIGINT (Ctrl-C) and flips the token. Returns a handle; aborting the handle is sufficient cleanup since the runtime tears down on process exit.