audreyt / node-webworker-threads

Lightweight Web Worker API implementation with native threads
https://npmjs.org/package/webworker-threads
Other
2.3k stars 149 forks source link

Redundant Locker code #140

Closed davisjam closed 7 years ago

davisjam commented 7 years ago

In src/WebWorkerThreads.cc, I see two places where we have redundant code related to Lockers. See forthcoming PR for details.