fix comment

This commit is contained in:
serxa 2023-02-11 16:54:57 +00:00
parent c17dc8e284
commit 9a7f70f595

View File

@ -286,7 +286,7 @@ public:
void removeTasksCorrespondingToStorage(StorageID id);
void wait();
/// Update
/// Update scheduling policy for pending tasks. It does nothing if `new_policy` is the same or unknown.
void updateSchedulingPolicy(std::string_view new_policy)
requires requires(Queue queue) { queue.updatePolicy(new_policy); } // Because we use explicit template instantiation
{