UNPKG

executor-service

Version:

An "ExecutorService" implementation closely modeled after its java counterpart. Provides child-process executors to mimic multithreaded executors. Implements "createExecutor(module_path_or_local_fn, [module_or_fn_constructor_args]), and "createExecutorPoo

13 lines (11 loc) 399 B
node-executor-service ===================== An "ExecutorService" implementation closely modeled after its java counterpart. Provides child-process executors to mimic multithreaded executors. Implements: ``` createExecutor(module_path_or_local_fn, [module_or_fn_constructor_args]) ``` and ``` createExecutorPool(pool_size, module_path_or_local_fn, [module_or_fn_constructor_args]) ```