Module type Dataflow.SCHEDULER

module type SCHEDULER = sig .. end
Scheduler

type st 
statement type
val hasNext : unit -> bool
true if it has a next Dataflow.SCHEDULER.st
val next : unit -> st
return the next available Dataflow.SCHEDULER.st
val add : st -> unit
add the given Dataflow.SCHEDULER.st into the scheduler

Web Accessibility