A classe Swoole\Coroutine

(PECL swoole >= 2.0.0)

Introdução

Resumo da classe

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

Table of Contents