Idris2Doc : System.UV.Raw.Signal

System.UV.Raw.Signal

(source)

Reexports

importpublic System.UV.Data.Signal

Definitions

uv_signal_stop : HasIOio=>PtrSignal->ioInt32
  Stops the given signal.

Totality: total
Visibility: export
uv_signal_init : HasIOio=>PtrLoop->PtrSignal->ioInt32
Totality: total
Visibility: export
uv_signal_start : HasIOio=>PtrSignal-> (PtrSignal->Bits32->IO ()) ->Bits32->ioInt32
  Start the handle with the given callback, watching for the given signal.

Totality: total
Visibility: export