Predis\PubSub\DispatcherLoop::__construct PHP Method

__construct() public method

public __construct ( Consumer $pubsub )
$pubsub Consumer PubSub consumer instance used by the loop.
    public function __construct(Consumer $pubsub)
    {
        $this->callbacks = array();
        $this->pubsub = $pubsub;
    }