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