View Source Rivet.Utils.Interval.Tick (rivet_utils v2.0.2)

Similar to Interval, but tick-driven, where it has a tick frequency which is more frequent than the interval frequency -- allowing for interruptions to the interval and the subsequent intervals to start from there forward.

Seconds used as precision, not milliseconds

Contributor: Brandon Gillespie

Summary

Functions

Link to this function

queue(state, method, interval, frequency, next)

View Source
Link to this function

reset_next_interval(state, method)

View Source
Link to this function

start(state, method, interval, freq)

View Source