变更
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Server\Task;
|
||||
|
||||
interface TaskInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @param array $handler
|
||||
* @param int|null $workerId
|
||||
* @return void
|
||||
*/
|
||||
public function dispatch(array $handler, ?int $workerId = null): void;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user