pinojs / thread-stream

A streaming way to send data to a Node.js Worker Thread
MIT License
229 stars 23 forks source link

Rename the `fn` variable at lib/worker.js #102

Closed TommyDew42 closed 2 years ago

TommyDew42 commented 2 years ago

I was reading the source code of the repo and I'll say most of the code is pretty self-explanatory. So good job to all the contributors!

One thing I was a bit confused was this fn variable. Can we rename it to maybe worker or stream_worker?

mcollina commented 2 years ago

Worker is fine! Would you like to send a PR?