Skip to content

Context handler and signal handling

Gavin McCance requested to merge contexts into master

[based off deps branch]

  • Added signal handler to quit on SIGINT/SIGTERM.
  • Moved fsnotify creation to event file, which now cleans up inotify subscrition on exit.
  • Added context handler to clean up goutines on exit.
Edited by Gavin McCance

Merge request reports