-
Notifications
You must be signed in to change notification settings - Fork 197
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
Resolving Promises Within Workers #119
Comments
This project doesnt really get that much support anymore. I would recommend using another library that does. |
@amilajack any suggestions? |
Good question. Over the past few weeks I've been looking for a WebWorker lib that actually works. About 90% of them don't work properly. I think you should check out: https://github.com/steelbrain/Worker-Exchange I personally haven't used it yet but it looks very promising. Tests are at 100% coverage: |
Thanks, mate. |
This is my code:
As you can see, within each worker I'm doing lots of asynchronous stuff using bluebird's promise library and I want the result if that to be returned. But the output gives me four promise objects. How do I get this to work?
The text was updated successfully, but these errors were encountered: