-
Notifications
You must be signed in to change notification settings - Fork 287
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
Promise API #73
Comments
@dherman I finally have some time to play with neon, will check this out :) |
Just a few resources people might find handy if they want to try implementing this:
Some other things to consider:
|
Any update here with rust 1.39, future 0.3 and tokio 0.2 release? Would love to do some experimentation wiring express.js controllers and actix-web services |
I was also wondering the same, I am looking for a way to bind |
This has a great v1 design for promises in RFC neon-bindings/rfcs#35. 🎉 |
Expose the Promise object type under
neon::js::promise::JsPromise
, usingv8::Promise
. This one is going to require some good experimentation and thinking around the neon async story (see #26).The text was updated successfully, but these errors were encountered: