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.
Loading
Please 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.