Header menu logo fantomas

ArrayParallel Module

Specialized parallel functions for an array. Different from Array.Parallel as it will try to minimize the max degree of parallelism. Will flatten aggregate exceptions that contain one exception.

Functions and values

Function or value Description

ArrayParallel.iter arg1 arg2

Full Usage: ArrayParallel.iter arg1 arg2

Parameters:
    arg0 : 'T -> unit
    arg1 : 'T[]

Modifiers: inline
Type parameters: 'T
arg0 : 'T -> unit
arg1 : 'T[]

ArrayParallel.iteri arg1 arg2

Full Usage: ArrayParallel.iteri arg1 arg2

Parameters:
    arg0 : int -> 'T -> unit
    arg1 : 'T[]

Modifiers: inline
Type parameters: 'T
arg0 : int -> 'T -> unit
arg1 : 'T[]

ArrayParallel.map arg1 arg2

Full Usage: ArrayParallel.map arg1 arg2

Parameters:
    arg0 : 'T -> 'U
    arg1 : 'T[]

Returns: 'U[]
Modifiers: inline
Type parameters: 'T, 'U
arg0 : 'T -> 'U
arg1 : 'T[]
Returns: 'U[]

ArrayParallel.mapi arg1 arg2

Full Usage: ArrayParallel.mapi arg1 arg2

Parameters:
    arg0 : int -> 'T -> 'U
    arg1 : 'T[]

Returns: 'U[]
Modifiers: inline
Type parameters: 'T, 'U
arg0 : int -> 'T -> 'U
arg1 : 'T[]
Returns: 'U[]

Type something to start searching.