cpu_manager: Mark function getters as static
All these do are return std::function instances of static functions, so these can be used without an instance of the CPU manager.
Please register or sign in to comment
All these do are return std::function instances of static functions, so these can be used without an instance of the CPU manager.