tower/tower-in-flight-limit
Carl Lerche 20fb04e3e9
in-flight-limit: Add missing task notification. (#85)
Previously, there was no notification when capacity is made available by
requests completing. This patch fixes the bug.

This also switches the tests to use `MockTask` from tokio-test.
2018-06-11 15:29:34 -07:00
..
src in-flight-limit: Add missing task notification. (#85) 2018-06-11 15:29:34 -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.