-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move file hashing to a worker thread, add async
method
#21
Conversation
async
method, solves #16
@sindresorhus This one is ready, as far as I can tell. |
async
method, solves #16async
method
You need to add |
Can you document in the method that uses worker threads that they use worker threads and are async? |
Also note sindresorhus/crypto-hash@46f2f28 |
@sindresorhus Style fixed, added notes regarding What do you think of moving worker_threads functionality into microlib in the future? We have partially mirroring implementation both in |
Yeah, that would be great. I have a note somewhere on my computer about asking you to do that, actually. |
Looks good :) |
Move file hashing to thread, add
async
method, fixes #16