|
YOrch 1.0.0
|
Explicit readonly fanout policy. More...
#include <policies.hpp>
Explicit readonly fanout policy.
A node marked with this policy always exposes its output as a shared, non-exclusive upstream source. Direct children may use:
borrow_prevcopy_prevDirect children may not use:
borrow_prev_mutconsume_prevThis is useful when a parent result is intended to be broadcast to multiple consumers without allowing any child to mutate or consume the original source.
Definition at line 32 of file policies.hpp.