Fiber::isTerminated
Fiber::isTerminated
Determines if the fiber has terminated
bool **Fiber::isTerminated**
Returns true only after the fiber has terminated, either by returning or throwing an exception; otherwise false is returned.
Determines if the fiber has terminated
bool **Fiber::isTerminated**
Returns true only after the fiber has terminated, either by returning or throwing an exception; otherwise false is returned.