@brief Forward/re-route queue \p src to \p dst. If \p dst is \c NULL the forwarding is removed.
The internal refcounts for both queues are increased.
@remark Regardless of whether \p dst is NULL or not, after calling this function, \p src will not forward it's fetch queue to the consumer queue.
See Implementation
@brief Forward/re-route queue \p src to \p dst. If \p dst is \c NULL the forwarding is removed.
The internal refcounts for both queues are increased.
@remark Regardless of whether \p dst is NULL or not, after calling this function, \p src will not forward it's fetch queue to the consumer queue.