Mongolid\Connection\Pool::__construct PHP Method

__construct() public method

Constructs a connection pool.
public __construct ( )
    public function __construct()
    {
        $this->connections = Ioc::make('SplQueue');
    }