The Swoole\Coroutine class

(PECL swoole >= 2.0.0)

简介

类摘要

class Swoole\Coroutine {
/* 方法 */
public static function call_user_func(callable $callback, mixed ...$args): mixed
public static function call_user_func_array(callable $callback, array $param_array): mixed
public static function cli_wait(): ReturnType
public static function create(): ReturnType
public static function getuid(): ReturnType
public static function resume(): ReturnType
public static function suspend(): ReturnType
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top