import public System.UV.Raw.SignalmkSignal : UVLoop => Has UVError es => Async es (Ptr Signal)onSignal : UVLoop => Has UVError es => SigCode -> Async es SigCodeReacts on process signals.
Note: If used in a do-block this will semantically block the
current fiber.
Wrap this in `start` to run it in the background.