Automatically Parallelize Computations
Wrapping the Parallelize command around your computations often provides a convenient way to run them in parallel. This shows how a set of visualizations can be computed more quickly by generating them in parallel.
Parallelize[Map[StreamPlot[#, {x, -3, 3}, {y, -3, 3}]&, Flatten[Table[ {x^i y^j, x^jy^i}, {i, 2}, {j, 2}], 1]]]