Expand description
OutputDeck — typed mutable bus for lane outputs, scoped to one tick.
Symmetric counterpart of LaneBus: lanes write typed
outputs into the deck during the CLAD descent; the engine drains specific
types at the I/O boundary (e.g. recorded GPU command buffers, draw lists).
§Visibility contract
OutputDeck::slotreturns a&mut Tfor lanes to push into.OutputDeck::takeispub(crate)(used by the scheduler to expose typed outputs to the engine I/O layer in a controlled way).
Structs§
- Output
Deck - Mutable typed deck collecting lane outputs for one tick.