plabayo / tower-async

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

[tower-async]: patch: ensure features like make::MakeService can be used with async Service #8

Closed GlenDC closed 1 year ago

GlenDC commented 1 year ago

Closes #9.

GlenDC commented 1 year ago

Going to close this PR as I don't think it is needed. All will probably work as-is, once they figured out what to do around the trait solver.