Agents 0.0.2
Edge AI Agents SDK
|
A minimal executor implementation (fire-and-forget) More...
#include <coroutine_utils.h>
Public Member Functions | |
template<typename F> | |
void | add (F &&f) |
Add a function to the executor. | |
A minimal executor implementation (fire-and-forget)
|
inline |
Add a function to the executor.
F | The type of the function to run |
f | The function to run |