Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/node"

Index

Variables

functionCallSerializer

functionCallSerializer: FunctionCallSerializer = new FunctionCallSerializer(functionLookupTable)

functionLookupTable

functionLookupTable: DynamicFunctionRegistry = new DynamicFunctionRegistry()

maxConcurrencyLevel

maxConcurrencyLevel: number = os.cpus().length

parallel

parallel: IParallel = parallelFactory({functionCallSerializer,scheduler: new DefaultParallelScheduler(),threadPool})

The global parallel instance.

threadPool

threadPool: DefaultThreadPool = new DefaultThreadPool(new NodeWorkerThreadFactory(functionLookupTable), { maxConcurrencyLevel })

Generated using TypeDoc