Files
kiri-http-server/Events/OnBeforeWorkerStart.php
T
2021-11-03 15:17:52 +08:00

13 lines
131 B
PHP

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