Fiber::__construct

(PHP 8 >= 8.1.0)

Fiber::__construct創(chuàng)建新的 Fiber 實(shí)例

說(shuō)明

public Fiber::__construct(callable $callback)

參數(shù)

callback

啟動(dòng) fiber 時(shí)調(diào)用 callable。提供給 Fiber::start() 的參數(shù),也將是調(diào)用 callable 時(shí)的參數(shù)。