Is it possible to make the Guzzle pool wait for requests? Right now I can add requests to the pool dynamically, but as soon as the pool is empty, guzzle will stop (obviously). This is a problem when I'm doing 10 or so pages concurrently, because my requests array will be empty until the resulting HTML pages have been processed and new links added. This is my generator: $generator = function () { w