ng-webworker icon indicating copy to clipboard operation
ng-webworker copied to clipboard

Multiple methods in one Worker

Open ghost opened this issue 8 years ago • 1 comments

Does ngWebWorker accepts more then one function in create method or is one worker per function?

ghost avatar Jan 09 '17 08:01 ghost

It is currently 1 worker per function. You can nest functions inside the one you are converting to a webworker. This might be a good feature. Maybe I can add this.

mattslocum avatar Jun 30 '17 03:06 mattslocum