We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4b0b1 commit 2f7bd17Copy full SHA for 2f7bd17
src/Future.php
@@ -26,7 +26,7 @@ class Future
26
// todo 因为event等事件循环库是对标准信号的监听,所以不能使用自定实时信号SIGRTMIN ~ SIGRTMAX
27
// todo 暂时使用SIGPOLL,异步IO监听信号,可能影响异步文件IO相关的触发
28
/** @var int 监听的信号 */
29
- public static int $signal = \SIGPOLL;
+ public static int $signal = 29;//SIGPOLL
30
31
/**
32
* @var array<int|string, callable|Coroutine\Coroutine\CoroutineInterface> = [id => func|coroutine]
0 commit comments