I\'m trying to implement a simple threadpool as a vector of Worker, which is a class that represents a generic thread that gets instantiated only during the
Worker