Module isolation

Source
Expand description

Types related to stream isolation

Structs§

IsolationToken
A token used to isolate unrelated streams on different circuits.
StreamIsolation
A set of information about how a stream should be isolated.
StreamIsolationBuilder
Builder for StreamIsolation.

Enums§

StreamIsolationBuilderError
Error type for StreamIsolationBuilder

Traits§

Isolation
A type that can make isolation decisions about streams it is attached to.
IsolationHelper
Trait to help implement Isolation.