IsolateWorker<T extends IsolateCommand<R>, R> constructor

IsolateWorker<T extends IsolateCommand<R>, R>()

Creates an IsolateWorker with the given action callback

action - The function to execute for each job in the isolate

Implementation

IsolateWorker();