Octogram.Execution_paramsShould a sequence of tasks be executed in concurrently or sequentially?
val traverse : mode -> ('a -> unit Lwt.t) -> 'a Stdlib.Seq.t -> unit Lwt.ttraverse mode f seq iterates over each element of a lazy sequence seq either concurrently or sequentially, depending on the value of mode
val mode_encoding : mode Data_encoding.t