(PHP 8 >= 8.1.0)
Fiber::isTerminated — 确定协程是否已终止
此函数没有参数。
仅在协程通过返回或抛出异常而终止后返回 true;否则返回 false。
true
false