From f483ad49b251bfb1b5f783e21714a5f576aaa8eb Mon Sep 17 00:00:00 2001 From: yf <291323003@qq.com> Date: Sat, 18 May 2019 11:40:27 +0800 Subject: [PATCH] up fix --- src/Invoker.php | 3 +++ src/MultiEvent.php | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Invoker.php b/src/Invoker.php index 45b54dc..c371f7a 100644 --- a/src/Invoker.php +++ b/src/Invoker.php @@ -12,6 +12,9 @@ class Invoker { + /* + * 以下方法进攻同步方法使用 + */ public static function exec(callable $callable,$timeOut = 100 * 1000,...$params) { pcntl_async_signals(true); diff --git a/src/MultiEvent.php b/src/MultiEvent.php index d260871..cb2ff31 100644 --- a/src/MultiEvent.php +++ b/src/MultiEvent.php @@ -9,7 +9,6 @@ namespace EasySwoole\Component; -use EasySwoole\Trigger\Trigger; class MultiEvent extends MultiContainer {