Files
zhamao-framework/src/ZM/Event/SwooleEvent.php
jerry 6b872c6f74 update to 2.4.3 version (build 403)
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
2021-03-29 15:34:24 +08:00

9 lines
55 B
PHP

<?php
namespace ZM\Event;
interface SwooleEvent
{
}