Commit 3be87a08 authored by Dominik Charousset's avatar Dominik Charousset Committed by Dominik Charousset

Add missing policy getter to task_queue

parent 2be7a31c
......@@ -97,6 +97,11 @@ public:
// -- observers -------------------------------------------------------------
/// Returns the policy object.
policy_type& policy() noexcept {
return policy_;
}
/// Returns the policy object.
const policy_type& policy() const noexcept {
return policy_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment