Drift free timing examples

This commit is contained in:
Per Lindgren 2022-01-04 20:59:22 +01:00
parent dcba1a55dd
commit 305e8295d5
5 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,4 @@
foo Instant { ticks: 0 }
foo Instant { ticks: 100 }
foo Instant { ticks: 200 }
foo Instant { ticks: 300 }

View file

@ -0,0 +1,7 @@
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 }