mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-01-10 03:09:03 +01:00
8 lines
186 B
Text
8 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 }
|