base-4.22.0.0: Core data structures and operations
Safe HaskellSafe
LanguageHaskell2010

GHC.Conc.Signal

Documentation

type Signal = CInt Source #

type HandlerFun = ForeignPtr Word8 -> IO () Source #

runHandlers :: ForeignPtr Word8 -> Signal -> IO () Source #

runHandlersPtr :: Ptr Word8 -> Signal -> IO () Source #