parallel.pool.PollableDataQueue
Send and manually retrieve data
Description
Use a PollableDataQueue
object to send data from a function that
you run in the background or in your current MATLAB® session.
You can send data from a function that you run on a parallel pool if you have Parallel Computing Toolbox™. For details, see parallel.pool.PollableDataQueue
(Parallel Computing Toolbox).
When you create a PollableDataQueue
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 manually retrieve messages.q
=
parallel.pool.PollableDataQueue
Properties
Object Functions
Examples
Extended Capabilities
Version History
Introduced in R2017a
See Also
parallel.pool.PollableDataQueue
(Parallel Computing Toolbox) | afterEach
| poll
| parfor
| backgroundPool
| parpool
(Parallel Computing Toolbox) | send
| spmd
(Parallel Computing Toolbox) | parallel.pool.DataQueue
| spmdReceive
(Parallel Computing Toolbox) | spmdSend
(Parallel Computing Toolbox)