Agents 0.0.2
Edge AI Agents SDK
|
A minimal executor implementation. 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.
F | The type of the function to run |
f | The function to run |
|
inline |
Add a function to the executor.
F | The type of the function to run |
f | The function to run |