Fan.Sys.ActorPool.make C# (CSharp) Method

make() public static method

public static make ( ) : ActorPool
return ActorPool
        public static ActorPool make()
        {
            return make(null);
        }

Same methods

ActorPool::make ( Func itBlock ) : ActorPool