Argument passing to parallel regions in Fork-Join mode
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.