time: clock: add next_launch_instant, modularize

This commit is contained in:
🪞👃🪞 2025-04-26 12:51:14 +03:00
parent 13444dc59a
commit 24bc33d3d0
4 changed files with 81 additions and 61 deletions

View file

@ -1,4 +1,5 @@
mod time_clock; pub use self::time_clock::*;
mod clock; pub use self::clock::*;
mod time_moment; pub use self::time_moment::*;
mod time_note; pub use self::time_note::*;
mod time_perf; pub use self::time_perf::*;