mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-30 14:31:41 +00:00

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.
Tower In-Flight Limit
A Tower middleware that limits the maximum number of in-flight requests for a service.