(PECL pthreads >= 0.0.33)
Thread::isBusy — Tell if a Thread is busy executing
Tell if the referenced Thread is busy executing. A call to Thread::join() on a busy Thread could result in significant blocking. A Thread being used as a Worker will always appear busy until a call to Thread::join() on the Worker is made.
此函数没有参数。
A boolean indication of state.