# Functions
ExecuteParallel executes a slice of requests in parallel.
# Structs
RequestResponse is used to combine both request and response in output.
Response is returned from parallel execution.
# Interfaces
Request is input for parallel execution.