]> feistymeow.org Git - feisty_meow.git/commit
brought in the graceful shutdown support
authorFred T. Hamster <fred@feistymeow.org>
Wed, 18 Feb 2026 21:49:14 +0000 (16:49 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Wed, 18 Feb 2026 21:49:14 +0000 (16:49 -0500)
commit19af88f2f3912d28e164043946bdfd43637bee22
tree8fdd321407843cb57c2786afb6aa8b65e6a00793
parent90a29b23a138585af1f8dec5b6aafa44bd9bd50a
brought in the graceful shutdown support

this includes the process anchor and the shutdown alerter, and tests for those.
the tests are not currently compiling, but the library is up with the new classes.
nucleus/library/processes/makefile
nucleus/library/processes/process_anchor.cpp [new file with mode: 0644]
nucleus/library/processes/process_anchor.h [new file with mode: 0644]
nucleus/library/processes/shutdown_alerter.cpp [new file with mode: 0644]
nucleus/library/processes/shutdown_alerter.h [new file with mode: 0644]
nucleus/library/tests_processes/find_window.cpp [new file with mode: 0644]
nucleus/library/tests_processes/makefile
nucleus/library/tests_processes/makefile.shutdowner [new file with mode: 0644]
nucleus/library/tests_processes/t_shutdown_alerter.cpp [new file with mode: 0644]
nucleus/library/tests_processes/zing_window.cpp [new file with mode: 0644]