Index

File: reduce_concurrent.ads

Description

Subprograms & Entries

Reduce_Concurrent (generic)

generic  type Element       is private;type Index         is 
(<>);
type Element_Array is array (Index range <>) of Element;
with function Combine (Left, Right: Element) return Element is <>;
function Reduce_Concurrent (A: Element_Array) return Element;

References:

reduce_concurrent.ads:9:10 (declaration)
max.adb:3:6 (with line)
max.adb:19:35 (reference)
reduce_concurrent.adb:1:10 (body)
reduce_concurrent.adb:7:5 (label)

Called by:

Max defined at max.adb:7:11