Files
kiri-http-server/Events/OnAfterWorkerStart.php
T
2023-11-22 09:26:18 +08:00

17 lines
196 B
PHP

<?php
namespace Kiri\Server\Events;
class OnAfterWorkerStart
{
/**
* @param int $workerId
*/
public function __construct(public int $workerId)
{
}
}