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

Safe HaskellSafe
LanguageHaskell2010

TinyScheduler.SubJobs

Documentation

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

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