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
}

目次

add a note

User Contributed Notes

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