import public System.UV.Data.Signaluv_signal_stop : HasIO io => Ptr Signal -> io Int32Stops the given signal.
uv_signal_init : HasIO io => Ptr Loop -> Ptr Signal -> io Int32uv_signal_start : HasIO io => Ptr Signal -> (Ptr Signal -> Bits32 -> IO ()) -> Bits32 -> io Int32Start the handle with the given callback, watching for the given signal.