@@ -3,7 +3,7 @@ |
||
3 | 3 | use Wonderland\Thread\Example\SelfManaging\ManagerThread; |
4 | 4 | use Wonderland\Thread\ThreadPool; |
5 | 5 | |
6 | -require __DIR__.'/../../vendor/autoload.php'; |
|
6 | +require __DIR__ . '/../../vendor/autoload.php'; |
|
7 | 7 | |
8 | 8 | $pool = new ThreadPool(); |
9 | 9 | $pool->setMaxRunningThreadNb(3); |