Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Wrapper module for near-compatibility with Parmap
val parmap :
?init:(int -> unit) ->
?finalize:(unit -> unit) ->
?preserve:bool ->
?core_pin:bool ->
?csize:int ->
int ->
('a -> 'b) ->
'a list ->
'b list
Parallel List.map