mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-11 22:26:44 +01:00
time: clock: add next_launch_instant, modularize
This commit is contained in:
parent
13444dc59a
commit
24bc33d3d0
4 changed files with 81 additions and 61 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue