Files
zhamao-framework/src/Custom/global_function.php

7 lines
143 B
PHP
Raw Normal View History

<?php #plain
//这里写你的全局函数
2020-09-29 15:07:43 +08:00
function pgo(callable $func, $name = "default") {
\ZM\Utils\CoroutinePool::go($func, $name);
}