mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-12 11:15:34 +08:00
16 lines
174 B
PHP
16 lines
174 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace ZM\Annotation\Swoole;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Class OnTaskWorkerStart
|
||
|
|
* @package ZM\Annotation\Swoole
|
||
|
|
* @Annotation
|
||
|
|
* @Target("METHOD")
|
||
|
|
*/
|
||
|
|
class OnTaskWorkerStart
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|