mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
7 lines
186 B
Text
7 lines
186 B
Text
foo Instant { ticks: 0 }
|
|
bar Instant { ticks: 10 }
|
|
foo Instant { ticks: 110 }
|
|
bar Instant { ticks: 120 }
|
|
foo Instant { ticks: 220 }
|
|
bar Instant { ticks: 230 }
|
|
foo Instant { ticks: 330 }
|