mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 01:35:35 +08:00
add config: swoole.max_wait_time (default 5) add constant MAIN_WORKER add getExpireTS() for LightCache fix savePersistence() bug add zm_go() to prevent errors
9 lines
55 B
PHP
9 lines
55 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Event;
|
|
|
|
|
|
interface SwooleEvent
|
|
{
|
|
} |