소스 검색

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

🐛 import function `waitAll`
walkor 2 년 전
부모
커밋
7dea1e6c9f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
 {