Commit fd091b93 authored by neverlord's avatar neverlord

dq

parent 7ede617a
...@@ -77,9 +77,9 @@ class yielding_message_queue_impl : public message_queue ...@@ -77,9 +77,9 @@ class yielding_message_queue_impl : public message_queue
if (!buffer.empty()) m_queue.push_front(std::move(buffer)); if (!buffer.empty()) m_queue.push_front(std::move(buffer));
} }
auto dq(std::unique_ptr<queue_node>&, dq_result dq(std::unique_ptr<queue_node>&,
invoke_rules_base&, invoke_rules_base&,
queue_node_buffer&) -> dq_result; queue_node_buffer&);
// conputes the next message, returns true if the computed message // conputes the next message, returns true if the computed message
// was not ignored (e.g. because it's an exit message with reason = normal) // was not ignored (e.g. because it's an exit message with reason = normal)
......
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