@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Pageon\Pcntl; |
4 | 4 | |
5 | -use Symfony\Component\EventDispatcher\EventDispatcher; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * This Manager is used to create and wait for forked processes which can be executed in parallel. |
9 | 7 | * It's a wrapper around `ext-pcntl`. |