Expand description
Implement SinkBlocker, a wrapper type to allow policy-based blocking of
a [futures::Sink].
Modulesยง
- boolean_
policy ๐ - Implement a sink-blocking policy based on a simple blocked/unblocked status.
- counting_
policy ๐ - Implement a sink-blocking policy that allows a limited number of items to be sent.
Structsยง
- Sink
Blocker ๐ - A wrapper for a [
futures::Sink] that allows its blocking status to be turned on and off according to a policy.
Traitsยง
- Policy ๐
- A policy that describes whether cells can be sent on a
SinkBlocker.