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