tiny-scheduler-0.1.4.2: tiny no-brainer job scheduler

Safe HaskellSafe
LanguageHaskell2010

TinyScheduler.SubJobs

Synopsis

Documentation

convertJobIntoSubJobs :: UTCTime -> Job a -> [SubJob a] Source #

Converts each hit of a job into a Subjob

execSubJobs :: [SubJob a] -> IO [a] Source #