Main Content

parallel.Pool

Parallel pool of workers

Description

Useparpoolto create a parallel pool. After you create the pool, parallel pool features, such asparfororparfeval, run on the workers. With theparallel.Poolobject, you can interact with the parallel pool.

parallel.Poolis the base class for the following types of pools:

Creation

Create a parallel pool of workers by using theparpoolfunction.

版本嗨story

Introduced in R2013b