crone
Description
A simple cron-like facility written in Erlang. Unlike most crons, it does
not periodically activate and run whatever tasks are due to run; instead it calculates the amount of time between
now and when the next is due to run and sleeps exactly that long.