package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Apr 7, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
ExecuteParallel executes a slice of requests in parallel
Request is input for parallel execution
RequestResponse is used to combine both request and response in output
type Response struct {
Value interface{}
Err error
}
Response is returned from parallel execution
Source Files
¶
Click to show internal directories.
Click to hide internal directories.