Module ProcessPool.TaskGenerator
type ('a, 'b) t={}abstraction for generating jobs
val of_list : 'a list -> ('a, 'b) tschedule tasks out of a concrete list
ProcessPool.TaskGeneratortype ('a, 'b) t = {}abstraction for generating jobs
val of_list : 'a list -> ('a, 'b) tschedule tasks out of a concrete list