Skip to main content

spawn_notify_command

Function spawn_notify_command 

Source
fn spawn_notify_command(command: &str, hash: Hash, height: Height)
Expand description

Renders command for hash and spawns it detached via the system shell.

The command never blocks the caller: it is spawned and reaped in a separate task, so a hung command cannot stall block validation.