eee
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Kiri\Server\Processes;
|
||||
|
||||
|
||||
use Swoole\Process;
|
||||
|
||||
|
||||
/**
|
||||
* Interface BaseProcess
|
||||
* @package Contract
|
||||
*/
|
||||
interface OnProcessInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param ?Process $process
|
||||
*/
|
||||
public function process(?Process $process): void;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user