phantomjs-pool icon indicating copy to clipboard operation
phantomjs-pool copied to clipboard

Create a pool of PhantomJS instances with Node.js

Results 1 phantomjs-pool issues
Sort by recently updated
recently updated
newest added

make `afterJobCallback(error, data)` to `afterJobCallback(error, data, callback)` ...in where `callback` can control the next `jobCallback`.... In this way, we can: ``` function jobCallback(job, worker, index) { async1(data => job(data, (err,...

feature