Lucio Franco
Lucio Franco
Yup, I assume that you can replace `RefCell` with a `Mutex` for multi-threaded executors. Though you will want to use the `Mutex` that is provided in `futures` 0.3 instead of...
@yoshuawuyts were you still planning on doing this feature? I know a few projects that could really use this. I would say the best option now is this ruby [solution](https://github.com/github-changelog-generator/github-changelog-generator)...
@amethyst/render-devs please take a look at this.
@sfackler would it be possible to include a timeout example with this? Or maybe add that example in the doc comment I am curious to see how this would be...
Maybe even at least an example so tokio doesn't need to be a public dep.
This issue seems to be better in the h2 repo rather than in this one?
@mzabaluev I am a bit lost on the carrying the baggage around do you by chance have any code samples I could look at?
@mzabaluev I somewhat see but the places that those bounds should exist is not very high? From your PR it seems that you are just bringing the errors up one...
It also could be that I have not really run into the issue of type baggage as well in my own experiences 😄
@mzabaluev we have been thinking about adding a `Connection` trait to `tower-http` that will bridge the gap between connection and transport, that said, it should be possible to wrap a...