Files
kiri-core/http-server/Events/OnBeforeWorkerStart.php
T

13 lines
131 B
PHP
Raw Normal View History

2021-08-29 04:57:50 +08:00
<?php
namespace Server\Events;
class OnBeforeWorkerStart
{
public function __construct(public int $workerId)
{
}
}