Files
kiri-core/http-server/Events/OnBeforeWorkerStart.php
T
as2252258@163.com ff99cdbf61 111
2021-08-29 04:57:50 +08:00

13 lines
131 B
PHP

<?php
namespace Server\Events;
class OnBeforeWorkerStart
{
public function __construct(public int $workerId)
{
}
}