Pārlūkot izejas kodu

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

🐛 import function `waitAll`
walkor 2 gadi atpakaļ
vecāks
revīzija
7dea1e6c9f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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
 {