pub async fn wait_for_termination_signal() -> Result<TerminationSignal, RuntimeSignalError>Expand description
Waits until the process receives a termination signal.
ยงErrors
Returns an error when the platform signal listeners cannot be installed or all listener streams terminate before delivering a signal.