diff --git a/include/sta/tacos/manager.hpp b/include/sta/tacos/manager.hpp index 65f51c5..8156e46 100644 --- a/include/sta/tacos/manager.hpp +++ b/include/sta/tacos/manager.hpp @@ -69,6 +69,13 @@ namespace sta */ std::vector> getActiveThreads(); + /** + * @brief Get the Active Threads object + * + * @return std::vector> + */ + std::vector> getActiveThreads(); + void init() override; void func() override;