The Swoole\Coroutine class

(PECL swoole >= 2.0.0)

Introduction

Class synopsis

classSwoole\Coroutine {
publicstaticcall_user_func_array(callable$callback, array$param_array): mixed
publicstaticcall_user_func(callable$callback, mixed...$args): mixed
publicstaticcli_wait(): ReturnType
publicstaticcreate(): ReturnType
publicSwoole\Coroutine\Client::close(): ReturnType
publicSwoole\Coroutine\Client::recv(): ReturnType
publicSwoole\Coroutine\Client::send(): ReturnType
publicSwoole\Coroutine\Client::set(): ReturnType
publicSwoole\Coroutine\MySQL::close(): ReturnType
publicSwoole\Coroutine\MySQL::query(): ReturnType
publicSwoole\Coroutine\MySQL::recv(): ReturnType
publicstaticgetuid(): ReturnType
publicstaticresume(): ReturnType
publicstaticsuspend(): ReturnType
}

Table of Contents

To Top