(PHP 8 >= 8.1.0)
Fiber::__construct — 創(chuàng)建新的 Fiber 實例
$callback
callback
啟動 fiber 時調用 callable。提供給 Fiber::start() 的參數,也將是調用 callable 時的參數。