tiny-scheduler-0.1.4.0: tiny no-brainer job scheduler

Safe HaskellSafe
LanguageHaskell2010

TinyScheduler.Jobs

Description

Main Datatype to hold information about a job, and function to calculate thread delay

Synopsis

Documentation

data TimeAtom Source #

Main datatype atom

Constructors

TimeAtom 

Fields

data Job a Source #

Main datatype to hold job Information

Constructors

Job 

Fields

makeJob :: Int -> Int -> Interval -> UTCTime -> IO a -> Job a Source #