MCPcopy Create free account
hub / github.com/comnik/declarative-dataflow / schedule

Method schedule

src/server/scheduler.rs:130–136  ·  view source on GitHub ↗

Trigger the activation, potentially resulting in an event.

(self)

Source from the content-addressed store, hash-verified

128
129 /// Trigger the activation, potentially resulting in an event.
130 pub fn schedule(self) -> Option<Event> {
131 if let Some(activator) = self.activator.upgrade() {
132 activator.activate();
133 }
134
135 self.event
136 }
137}
138
139// We want the activator_queue to act like a min-heap.

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected