Packages
until_then
0.0.1
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.
Current section
1 Dependency
Jump to
Current section
1 Dependency
Dependencies of until_then
1 dependency| Package | Requirement |
|---|---|
| calendar |
~> 0.14.0
|