isRunning() 공개 정적인 메소드

Return if Co::wait() is running.
public static isRunning ( ) : boolean
리턴 boolean
예제 #1
0
파일: CoTest.php 프로젝트: mpyw/co
 public function testRunningFalse()
 {
     $result = Co::isRunning();
     $this->assertSame(false, $result);
 }