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, on a parallel pool, or in your current MATLAB® session.
You can manually retrieve data sent from a function that you run on a parallel pool if you have 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
Version History
Introduced in R2017a
See Also
afterEach
| poll
| parfor
| backgroundPool
| parpool
(Parallel Computing Toolbox) | send
| spmd
(Parallel Computing Toolbox) | parallel.pool.DataQueue
| spmdReceive
(Parallel Computing Toolbox) | spmdSend
(Parallel Computing Toolbox)