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

makeCoalescing_() public static méthode

public static makeCoalescing_ ( Actor self, ActorPool pool, Func k, Func c ) : void
self Actor
pool ActorPool
k Func
c Func
Résultat void
        public static void makeCoalescing_(Actor self, ActorPool pool, Func k, Func c)
        {
            makeCoalescing_(self, pool, k, c, null);
        }

Same methods

Actor::makeCoalescing_ ( Actor self, ActorPool pool, Func k, Func c, Func r ) : void