plabayo / tower-async

async fn(Input) -> Result<Output, Error>
MIT License
48 stars 1 forks source link

reintroduce boxed service #12

Open GlenDC opened 9 months ago

GlenDC commented 9 months ago

In function of https://github.com/plabayo/tower-async/issues/10.

GlenDC commented 8 months ago

NOTE

This PR is blocked as it seems we won't be able to really fulfill this without nightly... It seems we'll need to be able to define bounds on our trait method (call(): Send) which won't be possible... for a while...

GlenDC commented 8 months ago

This PR is effectively frozen as I no longer will actively work on it. Anyone reading this and interested in it is however free to pick it up. I'll gladly assist and help you get this shipped if you manage to find a reasonable way to do so.