Harry Bragg
Harry Bragg
Hi, Good point, I guess it sort of goes against what the actual library is for; being able to run callbacks in parallel in PHP is... horrible, I'll see if...
When using the table view, you can get it to print the last line from each child process, this would support the process bar. However there is no interpreting output...
This is supported when using child pools, they provide a progress. Interpreting the output of an application as a progress is not there yet.
For this you could ignore the in-line stuff, and just print on completion. For the `onSuccess ` and `onFailure` callbacks you can just output at that point: ```php $pool =...
I agree that it would add complexity to the library. But could be something to consider in the future; I see https://github.com/eventio/bbq main interface is a layer above the queue,...
A start I made a while ago: https://github.com/graze/queue/tree/async-queues
Hi, Thanks for the heads up. Looks useful :+1:
I believe most people who would be able to maintain this have left Graze (including me; I don't have any permissions anymore). If you are using this I would suggest...
Also to the other people on this issue: https://github.com/graze/guzzle-jsonrpc/pull/45 should hopefully work for guzzle 7 (untested). Anyone want to fork that branch?