Ada Programming/Attributes/'Parallel Reduce

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

Reduction expression that yields a result equivalent to replacing the attribute identifier with Reduce and the prefix of the attribute with the value_sequence.

X'Parallel_Reduce is a reduction expression that yields a result equivalent to replacing the attribute identifier with Reduce and the prefix of the attribute with the value_sequence:

[parallel for Item of X => Item]

Example

[edit | edit source]
XParallel_Reduce (Reducer,Initial_Value)