tiny-scheduler-0.1.4.3: tiny no-brainer job scheduler

Safe HaskellSafe
LanguageHaskell2010

TinyScheduler.TimeAtom

Description

Module for time atoms

Synopsis

Documentation

data TimeAtom Source #

Composable Time atom

Constructors

TimeAtom 

Fields

Instances

Monoid TimeAtom Source #

The composability sauce if you have two time atoms that when visualized look somewhat like shown below ......(a).............(a)............. <> ..(b)..(b)............................ = ..........(b)..(b)..........(b)..(b)...

makeTimeAtom :: Int -> Interval -> TimeAtom Source #

Exposed function to create time atoms