Get the concurrency limit to use for parallel requests.
the current concurrency value; defaults to Infinity
Set the concurrency limit to use for parallel loading.
By default loaders are executed in parallel. Change to a positive number to control the concurrency
of the loader execution, for example set to 1
for serial execution.
the concurrency level to use, or Infinity
for no limit
this object
Asynchronously load the data.
This method calls MultiLoader#load to perform the actual work.
the result promise
Initiate loading the data.
This will call Loader#load on each supplied loader, in parallel.
a callback function to use
this object
Load data from multiple Loader objects, invoking a callback function after all data has been loaded. Call MultiLoader#load to start loading the data.
The Tool.DatumLoader class conforms to the Loader interface, so can be used to load arrays of Domain.Datum objects based on search criteria.
Example
Type Param: the
result data type