PHP 클래스 Icicle\Concurrent\Worker\DefaultWorkerFactory

상속: implements Icicle\Concurrent\Worker\WorkerFactory
파일 보기 프로젝트 열기: icicleio/concurrent 1 사용 예제들

공개 메소드들

메소드 설명
create ( ) : Worker

메소드 상세

create() 공개 메소드

The type of worker created depends on the extensions available. If multi-threading is enabled, a WorkerThread will be created. If threads are not available, a WorkerFork will be created if forking is available, otherwise a WorkerProcess will be created.
public create ( ) : Worker
리턴 Worker