Struct ScheduleSink¶
Defined in File cache_manager.hpp
Struct Documentation¶
-
struct ScheduleSink¶
Destination for the structured schedule dump (SCHEDULE_RUN_EVENT records) emitted by
evaluate(). A caller sets one on the (root) cache to capture one evaluation’s batched schedule toos;firedis a fire-once latch the caller raises after the first capture so a later re-entry (e.g. a subsequent CC iteration) does not re-dump. Null sink / nullos=> no dump (the default). Non-owning:osmust outlive the cache.