|
llmx-rtaco 0.0.1
RTNL-only netlink control-plane library for Linux (C++23).
|
Signal/slot wrapper supporting synchronous and asynchronous execution. More...
Signal/slot wrapper supporting synchronous and asynchronous execution.
Signal wraps boost::signals2::signal and provides connect with an ExecPolicy that controls whether slots run synchronously on the caller thread or asynchronously on an executor. Results are combined using the configured Combiner template parameter.