Skip to main content

SharedOutput

Type Alias SharedOutput 

Source
pub type SharedOutput = Arc<OutputEnvelope>;
Expand description

Arc-wrapped output envelope for zero-copy broadcast fan-out.

Returned by Runtime::output_subscribe. Subscribers share the same allocation; no full clone is needed per receiver.

Aliased Typeยง

pub struct SharedOutput { /* private fields */ }