Skip to content

2.0.0

Compare
Choose a tag to compare
@TheLevti TheLevti released this 01 Feb 21:40
· 24 commits to master since this release
2.0.0

Changed

  • #5: Preserve and restore previous signal handler. Refactored event dispatcher.

Removed

  • #5: Removed the method addListener from the ProcessManager class. Add
    signal/normal listeners through the event dispatcher on the process manager.

Fixed

  • #7: Fixed missing null terminator handling on shared memory blocks.
  • #8: Fixed parent's shutdown function being executed in child processes.