<< cancel | Parallel | fetchNext >> |
cancel(fevalQueue) |
FevalQueue object: scalar.
cancelAll(fevalQueue) stops all running or queued elements of the background pool.
fptr = str2func('pause');
pool = backgroundPool;
pool.FevalQueue
f = parfeval(pool, fptr, 0, Inf);
f
pool.FevalQueue
cancelAll(pool.FevalQueue)
pool.FevalQueue
f
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET