Skip to content
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

Adding support for the Future return type to the router #1063

Closed
audioXD opened this issue Jul 29, 2019 · 3 comments
Closed

Adding support for the Future return type to the router #1063

audioXD opened this issue Jul 29, 2019 · 3 comments

Comments

@audioXD
Copy link

audioXD commented Jul 29, 2019

Feature Requests

Feature requests must include:

  1. Why you believe this feature is necessary.
  • To enable the use of non blocking IO
  1. A convincing use-case for this feature.
  • For example: async database calls and file writes.
  1. Why this feature can't or shouldn't exist outside of Rocket.
  • I'm not sure how the internals of rocket work, but I do belive that the future needs to be propagated up to hyper.
@jhpratt
Copy link
Contributor

jhpratt commented Jul 29, 2019

I presume the way forward on this is the currently ongoing port to hyper 0.12, which will make things fully asynchronous.

@pythoneer
Copy link

i think this issue here is very related #17

@jebrosen
Copy link
Collaborator

This will be resolved by #1065.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants