happstack-util-0.3.2: Web framework

Happstack.Util.Cron

Synopsis

Documentation

cron :: Seconds -> IO () -> IO aSource

Given an action f and a number of seconds t, cron will execute f every t seconds with the first execution t seconds after cron is called. cron does not spawn a new thread.