改名
This commit is contained in:
@@ -42,10 +42,6 @@ class OnWorkerStart extends Callback
|
|||||||
{
|
{
|
||||||
putenv('worker=' . $worker_id);
|
putenv('worker=' . $worker_id);
|
||||||
|
|
||||||
Process::signal(SIGUSR1 | SIGUSR2, function () {
|
|
||||||
var_dump(func_get_args());
|
|
||||||
});
|
|
||||||
|
|
||||||
Runtime::enableCoroutine(true, $this->hook);
|
Runtime::enableCoroutine(true, $this->hook);
|
||||||
|
|
||||||
Coroutine::set(['enable_deadlock_check' => false]);
|
Coroutine::set(['enable_deadlock_check' => false]);
|
||||||
|
|||||||
Reference in New Issue
Block a user