?
async-stream
Summary​
Asynchrously performs a set of actions over an array of inputs
Description​
Fields​
values​
The logic to execute the asynchronously.
thread​
The instructions for the thread to execute using the scope and values fields.
scope​
The scope to store the value. Both index and value will be provided in this scope.
timeout​
The timeout time for all threads individually.
ordered​
Determines whether the result should be ordered or not. Non-ordered results are faster.
Helpful?