diff --git a/src/Sikofitt/Tor/Pool.php b/src/Sikofitt/Tor/Pool.php new file mode 100644 index 0000000..1b57daf --- /dev/null +++ b/src/Sikofitt/Tor/Pool.php @@ -0,0 +1,54 @@ +client = $client; + $this->pool = new GuzzlePool($this->client, $urls); + $promises = $this->pool->promise(); + $promises->wait(); + } + + public function images() { + + } + + public function links() + { + + } + + private function generator() + { + + } + + private function generate() + { + + } +} \ No newline at end of file