Skip to main content

Module tee

Module tee 

Source
Expand description

Tee syscall component - fans a single input out to N outputs. fanout attribute (int) sets N (default 2).

Structs§

TeeOp
Engine dispatch-table marker.

Constants§

DOMAIN
Domain for every framework-emitted syscall (compiler gates, pass_through, gate_dispatch).
OP_TYPE
Fan a single input to N outputs via SlotValue::clone_boxed.

Functions§

invoke
Invoke fn - duplicates the single input into fanout outputs via polymorphic SlotValue::clone_boxed. Each output preserves the concrete type.