C# 클래스 Fan.Sys.Actor.CoalescingQueue

상속: System.Collections.Queue
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
CoalescingQueue ( Func toKeyFunc, Func coalesceFunc ) : System
add ( Future f ) : void
coalesce ( Future incoming ) : Future
get ( ) : Future

비공개 메소드들

메소드 설명
coalesce ( object orig, object incoming ) : object
toKey ( object obj ) : object

메소드 상세

CoalescingQueue() 공개 메소드

public CoalescingQueue ( Func toKeyFunc, Func coalesceFunc ) : System
toKeyFunc Func
coalesceFunc Func
리턴 System

add() 공개 메소드

public add ( Future f ) : void
f Future
리턴 void

coalesce() 공개 메소드

public coalesce ( Future incoming ) : Future
incoming Future
리턴 Future

get() 공개 메소드

public get ( ) : Future
리턴 Future