You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rocket is currently built on a synchronous HTTP backend. Once the Rust
asynchronous I/O libraries have stabilized, a migration to a new, more
performant HTTP backend is planned. We expect performance to improve
significantly at that time. The Stabilize HTTP Library issue tracks the progress
on this front.
Definitely want to switch over to async as soon as the ecosystem matures.
First, this looks extremely promising at first glance. The top level DSL looks fantastic. Nice job.
Second, do you have plans for an async version?
Just saw you used Hyper. That may answer the question.
The text was updated successfully, but these errors were encountered: