Skip to content

Commit 2f7bd17

Browse files
committed
fixed #7
1 parent 9e4b0b1 commit 2f7bd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Future.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Future
2626
// todo 因为event等事件循环库是对标准信号的监听,所以不能使用自定实时信号SIGRTMIN ~ SIGRTMAX
2727
// todo 暂时使用SIGPOLL,异步IO监听信号,可能影响异步文件IO相关的触发
2828
/** @var int 监听的信号 */
29-
public static int $signal = \SIGPOLL;
29+
public static int $signal = 29;//SIGPOLL
3030

3131
/**
3232
* @var array<int|string, callable|Coroutine\Coroutine\CoroutineInterface> = [id => func|coroutine]

0 commit comments

Comments
 (0)