hs-mesos-0.20.0.2

Safe HaskellNone
LanguageHaskell2010

System.Mesos.Raw.Scheduler

Synopsis

Documentation

newtype SchedulerDriver Source

Type representing the connection from a scheduler to Mesos. This handle is used both to manage the scheduler's lifecycle (start it, stop it, or wait for it to finish) and to interact with Mesos (e.g., launch tasks, kill tasks, etc.).