Fiber::isStarted
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.1.0)
Determines if the fiber has started
Description
Fiber::isStarted(): bool
Parameters Parameters
Return Values
Returns true only after the fiber has been started; otherwise false is returned.