parallel.pool.DataQueue
Send and automatically process data
Description
Use a DataQueue
object to automatically process data sent from a
function that you run in the background or in your current MATLAB® session.
You can automatically process data sent from a function that you run on a parallel pool if
you have Parallel Computing Toolbox™. For details, see parallel.pool.DataQueue
(Parallel Computing Toolbox).
When you create a DataQueue
object, you create a connection to the
current MATLAB session that you can use to send and receive messages.
Creation
Description
creates an
object that can be used to send and automatically process messages.q
=
parallel.pool.DataQueue
Properties
Object Functions
Examples
Extended Capabilities
Version History
Introduced in R2017a
See Also
parallel.pool.DataQueue
(Parallel Computing Toolbox) | afterEach
| poll
| parfor
| send
| spmd
(Parallel Computing Toolbox) | parallel.pool.PollableDataQueue
| spmdReceive
(Parallel Computing Toolbox) | spmdSend
(Parallel Computing Toolbox)