C# Class Fan.Sys.Actor.CoalescingQueue

Inheritance: System.Collections.Queue
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
CoalescingQueue ( Func toKeyFunc, Func coalesceFunc ) : System
add ( Future f ) : void
coalesce ( Future incoming ) : Future
get ( ) : Future

Private Methods

Méthode Description
coalesce ( object orig, object incoming ) : object
toKey ( object obj ) : object

Method Details

CoalescingQueue() public méthode

public CoalescingQueue ( Func toKeyFunc, Func coalesceFunc ) : System
toKeyFunc Func
coalesceFunc Func
Résultat System

add() public méthode

public add ( Future f ) : void
f Future
Résultat void

coalesce() public méthode

public coalesce ( Future incoming ) : Future
incoming Future
Résultat Future

get() public méthode

public get ( ) : Future
Résultat Future