tower-rs / tower-http

HTTP specific Tower utilities.
675 stars 156 forks source link

remove unnecessary sync constraint from async_predicate #493

Closed PoOnesNerfect closed 2 months ago

PoOnesNerfect commented 2 months ago

This Sync constraint on the future made it really hard to use for the real use cases. Plus it doesn't seem necessary.