This library tells you how many milliseconds to the next occurrence of a
scheduled event. This is very convenient to combine with `:timer.sleep/1`
or `Process.send_after/3` as a means of repeatedly invoking some code on a
schedule and not having those invocations drift.