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])
  ```
