Fan.Sys.Actor.makeCoalescing C# (CSharp) Méthode

makeCoalescing() public static méthode

public static makeCoalescing ( ActorPool pool, Func k, Func c ) : Actor
pool ActorPool
k Func
c Func
Résultat Actor
        public static Actor makeCoalescing(ActorPool pool, Func k, Func c)
        {
            return makeCoalescing(pool, k, c, null);
        }

Same methods

Actor::makeCoalescing ( ActorPool pool, Func k, Func c, Func r ) : Actor