Fan.Sys.Actor.makeCoalescing_ C# (CSharp) Method

makeCoalescing_() public static method

public static makeCoalescing_ ( Actor self, ActorPool pool, Func k, Func c ) : void
self Actor
pool ActorPool
k Func
c Func
return 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