La classe Swoole\Coroutine

(PECL swoole >= 2.0.0)

Introduction

Synopsis de la classe

class Swoole\Coroutine {
/* Méthodes */
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
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top