EventHandlerPriorityQueue.php

A priority queue of handlers

This file contains a priority queue of handlers. This is handy in a conduit where there may be one filter, and then a series of handlers that act on the event that gets past that filter. They must do it in some order, so to make that order controllable we have the Handler Priority Queue

Classes

HandlerPriorityQueue The Handler Priority Queue Class