-
Notifications
You must be signed in to change notification settings - Fork 10
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
Example code for async function #2
Comments
Working over in #3 |
closing, will track at #3 |
Actually, going to re-open, digest Project-OSRM/node-osrm#193 (comment), and then will share next actions on improvements to #3 here, when I have them. |
Tracking at #5 works, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most users of this repo are going to be building node C++ modules because they want to leverage the C++ threadpool (https://2015.foss4g-na.org/session/geodata-processing-nodejs) for writing async functions.
We should extend the
HelloWorld
class to expose a simple async function.Some references:
The text was updated successfully, but these errors were encountered: