(PHP 8 >= 8.1.0)
Fiber::isTerminated — Determines if the fiber has terminated
Questa funzione non contiene parametri.
Returns true
only after the fiber has terminated, either by returning or throwing an exception;
otherwise false
is returned.