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
Together with a demo that uses reqwest without tokio (but a different runtime instead)
Even being able to pass in your own tokio::Runtime would be valuable, as this is required when sharing a single tokio::Runtime between multiple shared libraries - since each shared library expects its own globally initialised tokio::Runtime in reqwest now.
This is meant as a meta tracking issue for making reqwest more modular. It's actually in a project: modular reqwest
But this being an issue means it can be pinned in the reqwest issue tracker.
For more background information, see this announcement: https://seanmonstar.com/blog/modular-reqwest/
The text was updated successfully, but these errors were encountered: