Safe Haskell | None |
---|---|
Language | Haskell2010 |
Scheduler
Documentation
newtype SchedulerSequential Source #
Constructors
SchedulerSequential [(ProcessId, ProcessId)] |
Instances
newtype SchedulerHistory pid inv resp Source #
Constructors
SchedulerHistory (History pid inv resp) |
Instances
Generic (SchedulerHistory pid inv resp) Source # | |
(Binary pid, Binary inv, Binary resp) => Binary (SchedulerHistory pid inv resp) Source # | |
type Rep (SchedulerHistory pid inv resp) Source # | |
data SchedulerEnv input output model Source #
Constructors
SchedulerEnv | |
Fields
|
schedulerP :: forall input output model. (Binary input, Typeable input) => (Binary output, Typeable output) => SchedulerEnv input output model -> SchedulerState input output model -> Process () Source #
makeSchedulerState :: Int -> model -> SchedulerState input output model Source #