C# 클래스 Fan.Sys.Future

Future is used to manage the entire lifecycle of each message send to an Actor. An actor's queue is a linked list of messages.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@typeof ( ) : Type
cancel ( ) : void
get ( ) : object
get ( Duration timeout ) : object
isCancelled ( ) : bool
isDone ( ) : bool

비공개 메소드들

메소드 설명
Future ( object msg ) : System.Collections
err ( Err e ) : void
sendWhenDone ( Actor a, Future f ) : void
sendWhenDone ( ArrayList list ) : void
set ( object r ) : void

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

cancel() 공개 메소드

public cancel ( ) : void
리턴 void

get() 공개 메소드

public get ( ) : object
리턴 object

get() 공개 메소드

public get ( Duration timeout ) : object
timeout Duration
리턴 object

isCancelled() 공개 메소드

public isCancelled ( ) : bool
리턴 bool

isDone() 공개 메소드

public isDone ( ) : bool
리턴 bool