pub struct InFlight { /* private fields */ }Expand description
InFlight - service factory for service that can limit number of in-flight async requests.
Default number of in-flight requests is 15
Implementations
Trait Implementations
type Service = InFlightService<S>
type Service = InFlightService<S>
The TransformService value created by this factory
Creates and returns a new Transform component, asynchronously