This commit is contained in:
discord9
2024-05-23 21:13:18 +08:00
parent c185242997
commit ffecb6882e

View File

@@ -79,7 +79,7 @@ impl<'referred, 'df> Context<'referred, 'df> {
}
err_collector.run(|| arrange_handler_inner.write().apply_updates(now, to_arrange));
send.give(all);
// always schedule source to run at now so we can repeatly run source if needed
// always schedule source to run at now so we can repeatedly run source if needed
inner_schd.schedule_at(now);
});
schd.set_cur_subgraph(sub);