Skip to content
  • nifou's avatar
    WIP: Signals management · aff24cd4
    nifou authored
    Signals are a common way for user applications to catch errors and to
    communicate between them.
    *  Implement a signal queue for each process which contains all pending signals
    *  Use a macro to define exceptions. When an exception occurs, the related signal is sent to the program
    *  Implement signal actions, a way to define a handler function for a specific signal
    aff24cd4