|
Agents 1.6.9
Edge AI Agents SDK
|
runtime shutdown handling namespace More...
Functions | |
| void | install () |
| Install SIGINT/SIGTERM handlers that set an internal flag. | |
| bool | requested () noexcept |
| True if SIGINT or SIGTERM has been received since install(). | |
runtime shutdown handling namespace
| void agents::runtime::shutdown::install | ( | ) |
Install SIGINT/SIGTERM handlers that set an internal flag.
Default sigaction flags (no SA_RESTART) so blocking syscalls return on signal, letting your main loop notice and drain the agent normally. Safe to call more than once.