Idris2Doc : System.UV.Signal

System.UV.Signal

(source)

Reexports

importpublic System.UV.Raw.Signal

Definitions

mkSignal : UVLoop=>HasUVErrores=>Asynces (PtrSignal)
Totality: total
Visibility: export
onSignal : UVLoop=>HasUVErrores=>SigCode->AsyncesSigCode
  Reacts 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.

Totality: total
Visibility: export