tiny-scheduler-0.1.0.0: tiny no-brainer job scheduler

Safe HaskellSafe
LanguageHaskell2010

SubJobs

Documentation

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

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