use engine::Engine use engine::ready /** Trigger at startup of engine. When program is ready to run, `trigger` is emitted. */ treatment startup() model engine: Engine() output trigger: Block { ready[engine=engine]() ready.trigger -> Self.trigger }