WLJS LogoWLJS Notebook

Parallelize

Parallelize[expr] evaluates expr using automatic parallelization.

Examples

Parallelize[Table[i^2, {i, 10}]]
(* {1, 4, 9, 16, 25, 36, 49, 64, 81, 100} *)

Please visit the official Wolfram Language Reference for more details.

On this page