Skip to content

Argument passing to parallel regions in Fork-Join mode

Compare
Choose a tag to compare
@mogill mogill released this 07 Feb 04:49
· 118 commits to master since this release

Added arguments to the function to be performed in a parallel region, allowing the master thread to pass arguments to the worker threads.
Added example web server that computes a single response in parallel.