module Job:sig..end
include Scheduler.S
val peek : t -> Host.t -> Job.t optionpeek t host picks a job if it is runnable on the given host
configuration.val peek_s : t -> Host.t -> Job.t Lwt.tpeek_s t host blocks until a job become runnable on the given
host configuration.