Crate tower_load_shed

Source
Expand description

Tower middleware for shedding load when inner services aren’t ready.

Modules§

error
Error types
future
Future types

Structs§

LoadShed
A Service that sheds load when the inner service isn’t ready.
LoadShedLayer
A tower-layer to wrap services in LoadShed middleware.