2021-01-29 23:34:34 +08:00
|
|
|
<?php /** @noinspection PhpFullyQualifiedNameUsageInspection */ #plain
|
2020-03-19 17:43:27 +08:00
|
|
|
|
|
|
|
|
//这里写你的全局函数
|
2020-09-29 15:07:43 +08:00
|
|
|
function pgo(callable $func, $name = "default") {
|
|
|
|
|
\ZM\Utils\CoroutinePool::go($func, $name);
|
|
|
|
|
}
|