Files
kiri-http-server/Events/OnBeforeWorkerStart.php
T
2022-01-09 03:49:02 +08:00

13 lines
143 B
PHP

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