-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
WIP: Improve Thread pool invokation syntax #1691
Conversation
I made very simple one solution based in Promises. Alternatives can be:
Review and comments are very welcome. I tried to do everything tiny, accurate, small and old syntax friendly. |
@georgolden please provide call example |
I found a bug in this implementation, will fix soon. |
@tshemsedinov finally done. Please review. Api to test from Example added here https://github.com/georgolden/Example |
PR-URL: #1706 modified: package-lock.json modified: package.json
modified: lib/application.js modified: lib/modules.js new file: log modified: test/modules.js
modified: lib/modules.js
deleted: package-lock.json deleted: package-lock.json
npm t
)npm run fmt
)#1661