parallel.Pool
Parallel pool of workers
Description
Use parpool to create a parallel pool. After you create the
pool, parallel pool features, such as parfor or
parfeval, run on the workers. With the parallel.Pool
object, you can interact with the parallel pool.
parallel.Pool is the base class for the following types of pools:
Creation
There are several ways to a parallel.Pool object.
Version History
Introduced in R2013b