C# 클래스 Fan.Sys.ActorPool

Controller for a group of actors which manages their execution.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_maxThreads long

공개 메소드들

메소드 설명
@typeof ( ) : Type
isDone ( ) : bool
isStopped ( ) : bool
join ( ) : ActorPool
join ( Duration timeout ) : ActorPool
kill ( ) : ActorPool
make ( ) : ActorPool
make ( Func itBlock ) : ActorPool
make_ ( ActorPool self ) : void
make_ ( ActorPool self, Func itBlock ) : void
stop ( ) : ActorPool
trap ( string name, List args ) : object

비공개 메소드들

메소드 설명
schedule ( Actor a, Duration d, Future f ) : void
submit ( Actor actor ) : void

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

isDone() 공개 메소드

public isDone ( ) : bool
리턴 bool

isStopped() 공개 메소드

public isStopped ( ) : bool
리턴 bool

join() 공개 메소드

public join ( ) : ActorPool
리턴 ActorPool

join() 공개 메소드

public join ( Duration timeout ) : ActorPool
timeout Duration
리턴 ActorPool

kill() 공개 메소드

public kill ( ) : ActorPool
리턴 ActorPool

make() 공개 정적인 메소드

public static make ( ) : ActorPool
리턴 ActorPool

make() 공개 정적인 메소드

public static make ( Func itBlock ) : ActorPool
itBlock Func
리턴 ActorPool

make_() 공개 정적인 메소드

public static make_ ( ActorPool self ) : void
self ActorPool
리턴 void

make_() 공개 정적인 메소드

public static make_ ( ActorPool self, Func itBlock ) : void
self ActorPool
itBlock Func
리턴 void

stop() 공개 메소드

public stop ( ) : ActorPool
리턴 ActorPool

trap() 공개 메소드

public trap ( string name, List args ) : object
name string
args List
리턴 object

프로퍼티 상세

m_maxThreads 공개적으로 프로퍼티

public long m_maxThreads
리턴 long