Explorar el Código

Merge pull request #918 from xuanyanwow/fix-swow-event-import-function

🐛 import function `waitAll`
walkor hace 2 años
padre
commit
7dea1e6c9f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Events/Swow.php

+ 1 - 0
src/Events/Swow.php

@@ -9,6 +9,7 @@ use Swow\Coroutine;
 use Swow\Signal;
 use Swow\SignalException;
 use Throwable;
+use function Swow\Sync\waitAll;
 
 class Swow implements EventInterface
 {