Agents 1.6.9
Edge AI Agents SDK
Loading...
Searching...
No Matches
agents::runtime::shutdown Namespace Reference

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().

Detailed Description

runtime shutdown handling namespace

Function Documentation

◆ install()

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.