Documentation

CoroutineInterface

Table of Contents

Methods

__construct()  : mixed
创建协程
__destruct()  : mixed
销毁协程
id()  : string|int|null
获取协程id
origin()  : mixed
获取协程原始返回

Methods

__construct()

创建协程

public __construct(Closure $func) : mixed
Parameters
$func : Closure

= function (mixed $coroutineId) }


        
On this page

Search results