Module tower::load_shed[][src]

This is supported on crate feature load-shed only.

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 Layer to wrap services in LoadShed middleware.