PHP 인터페이스 Icicle\Concurrent\Context

파일 보기 프로젝트 열기: icicleio/concurrent

공개 메소드들

메소드 설명
isRunning ( ) : boolean
join ( ) : Generator
kill ( ) Immediately kills the context.
start ( ) Starts the execution context.

메소드 상세

isRunning() 공개 메소드

public isRunning ( ) : boolean
리턴 boolean

join() 공개 메소드

public join ( ) : Generator
리턴 Generator

kill() 공개 메소드

Immediately kills the context.
public kill ( )

start() 공개 메소드

Starts the execution context.
public start ( )