Commit graph

5 commits

Author SHA1 Message Date
Yotam Mann
1ba3733439 interval is exclusive of end point
specifically the repeat time is: [start, start + duration).

so Transport.scheduleRepeat(fn, 1, 0, 2) will repeat twice, not three
times (since it’s exclusive of the end time).
2016-06-22 16:39:48 -04:00
Yotam Mann
cce32d7efc IntervalTimeline.forEachOverlap -> forEachAtTime 2016-06-13 09:02:51 -04:00
Yotam Mann
a4f1bd4274 testing Timeline updates 2015-12-06 17:23:30 -05:00
Yotam Mann
dbcf9cb44e stress testing IntervalTimeline 2015-09-05 15:07:19 -04:00
Yotam Mann
fc973297b0 IntervalTimeline testing 2015-09-04 16:18:07 -04:00