#pragma once #include "task_handler.hpp" class SingleTaskHandler: TaskHandler { void add(std::function task); uint32_t size(); bool isWorking(); };