Skip to main content

Module do_try

Module do_try 

Source
Expand description

§Stop semantics (ADR-0025)

This segment implements OutcomePipeline and propagates PipelineOutcome::Stopped(ex) with the exchange state intact (including mutations made inside the segment body before Stop fired). See ADR-0025 §3 (stopped-exchange-state-preservation invariant).

Structs§

CatchClause
A single doCatch clause.
DoTryService
The doTry processor. Wrap with BoxProcessor::new(DoTryService::new(...)).

Enums§

CatchMatcher
Matcher for a doCatch clause.