happstack-util-0.4.1: Web frameworkSource codeContentsIndex
Happstack.Util.Cron
Synopsis
cron :: Seconds -> IO () -> IO a
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.
Produced by Haddock version 2.5.0