mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
7 lines
181 B
Text
7 lines
181 B
Text
foo Instant { ticks: 0 }
|
|
bar Instant { ticks: 10 }
|
|
foo Instant { ticks: 30 }
|
|
bar Instant { ticks: 40 }
|
|
foo Instant { ticks: 60 }
|
|
bar Instant { ticks: 70 }
|
|
foo Instant { ticks: 90 }
|