-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Document the runtime
feature
#1613
Comments
Good point! Where is a good place for this to appear? In the module documentation of |
Imagine someone new to |
I am using hyper (or reqwest) in a couple of projects now, and i'd like to experiment with other runtimes (such as https://github.com/rustasync/runtime). Hyper and reqwest appear to be implicitly dependent on the tokio runtime. Is there a away around this dependency? |
The feature is enabled by default in hyper, you can disable it and provide your own We could open an issue in reqwest about this is as well. |
Ah thanks, that makes perfect sense Found this a really interesting read- https://users.rust-lang.org/t/poll-async-await-lets-talk-about-executors/31753 It's about trying to find a consistent way across the ecosystem to make Executor/Spawn generic. Zero consensus of course. |
We can close this because of 1.0 runtime future remove |
Good point! |
Only found this: d127201. In general, all features should be documented esp. if they are mentioned in e.g. the changelog (i.e. not internal/temporary/experimental).
Question the docs would address:
The text was updated successfully, but these errors were encountered: