My code contains the following header file dispatcher.hpp:
struct Task { int id; int arg; }; class Dispatcher { public: // polls que