Feat: really good lookahead mechanism for scheduling

This commit is contained in:
2026-02-04 20:28:42 +01:00
parent 467c504071
commit a943d9622e
5 changed files with 128 additions and 122 deletions

View File

@@ -5,7 +5,7 @@ pub mod realtime;
pub mod sequencer;
mod timing;
pub use timing::{micros_until_next_substep, substeps_crossed, StepTiming, SyncTime};
pub use timing::{substeps_in_window, StepTiming, SyncTime};
// AnalysisHandle and SequencerHandle are used by src/bin/desktop.rs
#[allow(unused_imports)]