Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed May 18, 2019
1 parent 4d0c9c9 commit f483ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Invoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

class Invoker
{
/*
* 以下方法进攻同步方法使用
*/
public static function exec(callable $callable,$timeOut = 100 * 1000,...$params)
{
pcntl_async_signals(true);
Expand Down
1 change: 0 additions & 1 deletion src/MultiEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace EasySwoole\Component;


use EasySwoole\Trigger\Trigger;

class MultiEvent extends MultiContainer
{
Expand Down

0 comments on commit f483ad4

Please sign in to comment.