...

/

Tuple Results with Multiple functions and TaskPool

Tuple Results with Multiple functions and TaskPool

You will learn the use of multiple functions with tuples and the use of TaskPool in this lesson.

We'll cover the following...

Multiple functions and tuple results

std.algorithm.map(), taskPool.map(), taskPool.amap(), and taskPool.reduce() can all take more than one function, in which case the results are returned as a Tuple. The results of individual functions correspond to the elements of the tuple in the order that ...