ParallelCurl
ParallelCurl copied to clipboard
How to aggregate all results in the same array?
Thank you for this really useful script.
I'd like to use your script to aggregate multiple results from multiple sources and I was wondering if you could provide with a way to aggregate the outputs from 'on_request_done' in a single array without using global variables inside the function?
Create a simple class that stores the results in array as object properties.