Skip to content

Make popWithMsgPredicate() obey queue priority

Compare
Choose a tag to compare
@smukil smukil released this 15 Nov 20:05
· 20 commits to dev since this release
Previously popWithMsgPredicate() would pop the first item it found
in the hashmap that matches the given predicate. With this patch, it
will obey the queueing priority.