dispatchrun / dispatch

Entrypoint of the Dispatch ecosystem.
11 stars 1 forks source link

run: fix signal handling #75

Closed chriso closed 4 months ago

chriso commented 4 months ago

Changes to signal handling:

We're also now locking the OS thread before spawning the child process, to avoid issues with threads and Pdeathsig on Linux (this fixes https://github.com/dispatchrun/dispatch/issues/68).