tower/tower-in-flight-limit
Carl Lerche 75eecc476c
Switch Service request to a generic. (#109)
This changes the Service request type to a generic instead of an associated
type. This is more appropriate as requests are inputs to the service.

This change enables a single implementation of `Service` to accept many
kinds of request types. This also enables requests to be references.

Fixes #99
2018-11-01 12:28:10 -07:00
..
src Switch Service request to a generic. (#109) 2018-11-01 12:28:10 -07:00
tests in-flight-limit: Add missing task notification. (#85) 2018-06-11 15:29:34 -07:00
Cargo.toml in-flight-limit: Add missing task notification. (#85) 2018-06-11 15:29:34 -07:00
README.md InFlightLimit middleware (#49) 2018-02-20 11:04:03 -08:00

README.md

Tower In-Flight Limit

A Tower middleware that limits the maximum number of in-flight requests for a service.