input-output-hk / hydra-tools

custom GitHub Checks integration for Hydra
0 stars 0 forks source link

Replace forkIO with race #4

Closed erikd closed 1 year ago

erikd commented 1 year ago

The forkIO function silently swallows a number of important exceptions (like ThreadKilled) so replace it with Control.Concurrent.Async.race and report which thread exited.